This commit is contained in:
2022-11-17 14:45:04 -06:00
parent abae985418
commit 78298ae084
70 changed files with 1160 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
namespace lab7_2_CalebFontenot
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
}
private void button2_Click(object sender, EventArgs e)
{
this.Close();
}
}
}