This commit is contained in:
2025-03-27 12:07:23 +08:00
parent 8868915944
commit 5d77eebc67
5 changed files with 69 additions and 9 deletions

View File

@ -583,7 +583,7 @@ namespace DHSoftware
private void StartProcess()
{
ProcessstartTime= DateTime.Now;
lblstarttime.Text = ProcessstartTime.ToString("yyyy-MM-dd HH:mm:ss")
lblstarttime.Text = ProcessstartTime.ToString("yyyy-MM-dd HH:mm:ss");
//计数清零
PieceCount = 0;