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()); 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"); }

Loading…
Cancel
Save