fixed bug
This commit is contained in:
parent
7180efbece
commit
fad698e688
1
MifareOneTool/Form1.Designer.cs
generated
1
MifareOneTool/Form1.Designer.cs
generated
@ -1062,6 +1062,7 @@
|
||||
this.buttonEStop.TabIndex = 13;
|
||||
this.buttonEStop.Text = "停止";
|
||||
this.buttonEStop.UseVisualStyleBackColor = true;
|
||||
this.buttonEStop.Click += new System.EventHandler(this.buttonEStop_Click);
|
||||
//
|
||||
// groupBox14
|
||||
//
|
||||
|
||||
@ -1430,5 +1430,10 @@ namespace MifareOneTool
|
||||
{
|
||||
Properties.Settings.Default.NewScan = checkBoxNewScan.Checked;
|
||||
}
|
||||
|
||||
private void buttonEStop_Click(object sender, EventArgs e)
|
||||
{
|
||||
buttonKill_Click(sender, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user