Init
This commit is contained in:
25
Lab1CalebFontenot/Form1.cs
Executable file
25
Lab1CalebFontenot/Form1.cs
Executable file
@@ -0,0 +1,25 @@
|
||||
namespace Lab1CalebFontenot
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
MessageBox.Show("Thanks for clicking the button");
|
||||
}
|
||||
|
||||
private void label1_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void button1_Click_1(object sender, EventArgs e)
|
||||
{
|
||||
MessageBox.Show("Thanks for clicking buttonSpanish");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user