Update Form1.cs
This commit is contained in:
parent
e7468547d6
commit
7180efbece
@ -86,7 +86,7 @@ namespace MifareOneTool
|
|||||||
ofd.DefaultExt = ".mfd";
|
ofd.DefaultExt = ".mfd";
|
||||||
ofd.Title = "请选择MFD文件保存位置及文件名";
|
ofd.Title = "请选择MFD文件保存位置及文件名";
|
||||||
ofd.OverwritePrompt = true;
|
ofd.OverwritePrompt = true;
|
||||||
ofd.Filter = "MFD文件|*.mfd;*.dump";
|
ofd.Filter = "MFD文件|*.mfd|DUMP文件|*.dump";
|
||||||
if (File.Exists(omfd) && new FileInfo(omfd).Length > 1)
|
if (File.Exists(omfd) && new FileInfo(omfd).Length > 1)
|
||||||
{
|
{
|
||||||
if (ofd.ShowDialog() == DialogResult.OK)
|
if (ofd.ShowDialog() == DialogResult.OK)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user