切换CANLIN配置程序后的数据刷新,如果当前的没有,则刷新,不需要展示上一次的数据
This commit is contained in:
@@ -625,6 +625,8 @@ namespace CapMachine.Wpf.CanDrive
|
||||
await Task.Delay(10, token);
|
||||
}
|
||||
}
|
||||
|
||||
IsSendOk = false;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
@@ -1033,6 +1035,9 @@ namespace CapMachine.Wpf.CanDrive
|
||||
//LogService.Info($"时间:{DateTime.Now.ToString()}-【Meter】-{ex.Message}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
IsReviceOk = false;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user