lab7
This commit is contained in:
20
lab7_1/lab7_2_CalebFontenot/Form1.cs
Executable file
20
lab7_1/lab7_2_CalebFontenot/Form1.cs
Executable 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();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user