Fix naming convention violations...
This commit is contained in:
parent
673bf7a232
commit
a7560d75d9
|
|
@ -66,7 +66,7 @@
|
|||
this.button1.TabIndex = 3;
|
||||
this.button1.Text = "Generate Code";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace MFACodeGenerator
|
|||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
private void Button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue