Fix naming convention violations...

This commit is contained in:
Jeff Leung 2020-02-04 22:02:41 -08:00
parent 673bf7a232
commit a7560d75d9
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
this.button1.TabIndex = 3; this.button1.TabIndex = 3;
this.button1.Text = "Generate Code"; this.button1.Text = "Generate Code";
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click); this.button1.Click += new System.EventHandler(this.Button1_Click);
// //
// Form1 // Form1
// //

View File

@ -18,7 +18,7 @@ namespace MFACodeGenerator
InitializeComponent(); InitializeComponent();
} }
private void button1_Click(object sender, EventArgs e) private void Button1_Click(object sender, EventArgs e)
{ {
try try
{ {