sc 11 months ago
parent
commit
0aa48142e9
  1. 3
      UserClass/AsyncTcpServer.cs

3
UserClass/AsyncTcpServer.cs

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

Loading…
Cancel
Save