25111901 更换MES库文件
This commit is contained in:
@@ -1698,7 +1698,7 @@ namespace SLC1_N
|
||||
if (testfinish && PorNfinish)
|
||||
{
|
||||
bool_CH1start_time = false;
|
||||
int time = (DateTime.Now - CH1start_time).Seconds;
|
||||
int time = (int)(DateTime.Now - CH1start_time).TotalSeconds;
|
||||
SetLabelText(lb_CH1testTime, $"{time} s");
|
||||
|
||||
if (result)
|
||||
@@ -2096,7 +2096,7 @@ namespace SLC1_N
|
||||
if (testfinish && PorNfinish)
|
||||
{
|
||||
bool_CH2start_time = false;
|
||||
int time = (DateTime.Now - CH2start_time).Seconds;
|
||||
int time = (int)(DateTime.Now - CH2start_time).TotalSeconds;
|
||||
SetLabelText(lb_CH2testTime, $"{time} s");
|
||||
|
||||
if (result)
|
||||
@@ -2495,7 +2495,7 @@ namespace SLC1_N
|
||||
if (testfinish && PorNfinish)
|
||||
{
|
||||
bool_CH3start_time = false;
|
||||
int time = (DateTime.Now - CH3start_time).Seconds;
|
||||
int time = (int)(DateTime.Now - CH3start_time).TotalSeconds;
|
||||
SetLabelText(lb_CH3testTime, $"{time} s");
|
||||
|
||||
if (result)
|
||||
@@ -2896,7 +2896,7 @@ namespace SLC1_N
|
||||
if (testfinish && PorNfinish)
|
||||
{
|
||||
bool_CH4start_time = false;
|
||||
int time = (DateTime.Now - CH4start_time).Seconds;
|
||||
int time = (int)(DateTime.Now - CH4start_time).TotalSeconds;
|
||||
SetLabelText(lb_CH4testTime, $"{time} s");
|
||||
|
||||
if (result)
|
||||
|
||||
Reference in New Issue
Block a user