|
@ -321,8 +321,11 @@ namespace DyeingComputer.UserClass |
|
|
|
|
|
|
|
|
client.SendAsync("SC831" + "[" + MainWindowViewModel.S01 + "]" + MainWindowViewModel.dt_TP.ToJsonString()); |
|
|
client.SendAsync("SC831" + "[" + MainWindowViewModel.S01 + "]" + MainWindowViewModel.dt_TP.ToJsonString()); |
|
|
} |
|
|
} |
|
|
|
|
|
else |
|
|
|
|
|
{ |
|
|
client.SendAsync("SC821" + SYSKEY + SYSDAT); |
|
|
client.SendAsync("SC821" + SYSKEY + SYSDAT); |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
catch { client.SendAsync("SC921"); } |
|
|
catch { client.SendAsync("SC921"); } |
|
|
} |
|
|
} |
|
|
else { client.SendAsync("SC999"); } |
|
|
else { client.SendAsync("SC999"); } |
|
|