Commit ac82097e by mahaisong

fix: 保存文件的路径放在执行完成。

parent a2088003
...@@ -322,18 +322,7 @@ namespace CsvCount_ES ...@@ -322,18 +322,7 @@ namespace CsvCount_ES
} }
#region 执行完成
label_wait.Text = "执行完毕!可以继续选择其他文件!";
this.textBox_path.Text = filePath;
//listBox1.Enabled = false;
textBox1.Enabled = true;
button1.Enabled = true;
textBox_block.Enabled = true;
errorCount = 0;
count = 0;
#endregion
} }
...@@ -489,6 +478,19 @@ namespace CsvCount_ES ...@@ -489,6 +478,19 @@ namespace CsvCount_ES
MessageBox.Show(ext.ToString()); MessageBox.Show(ext.ToString());
} }
#region 执行完成
label_wait.Text = "执行完毕!可以继续选择其他文件!";
this.textBox_path.Text = filePath;
//listBox1.Enabled = false;
textBox1.Enabled = true;
button1.Enabled = true;
textBox_block.Enabled = true;
errorCount = 0;
count = 0;
#endregion
} }
public static long ConvertDataTimeToLong(DateTime dt) public static long ConvertDataTimeToLong(DateTime dt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment