Update Form1.cs
This commit is contained in:
parent
6e339d5215
commit
aa4d65a068
@ -212,6 +212,7 @@ namespace MifareOneTool
|
|||||||
tabControl1.SelectedIndex = 1;
|
tabControl1.SelectedIndex = 1;
|
||||||
}
|
}
|
||||||
//File.Delete("libnfc.conf");//用户COM口一般不常变化
|
//File.Delete("libnfc.conf");//用户COM口一般不常变化
|
||||||
|
checkBoxMultiDev.Checked = Properties.Settings.Default.MultiMode;
|
||||||
if (Properties.Settings.Default.MultiMode)
|
if (Properties.Settings.Default.MultiMode)
|
||||||
{
|
{
|
||||||
if (File.Exists("libnfc.conf"))
|
if (File.Exists("libnfc.conf"))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user