暂且去掉好64

This commit is contained in:
少年郎秃头呀
2024-02-13 18:09:44 +08:00
parent 38c42e552d
commit cf5da2fddf
33 changed files with 450 additions and 278 deletions

View File

@@ -25,6 +25,10 @@ namespace cmonitor.client
if (config.IsCLient)
{
SignInTask();
tcpServer.OnDisconnected += (hashcode) =>
{
clientSignInState.PushNetworkDisabled();
};
}
}
@@ -103,7 +107,5 @@ namespace cmonitor.client
}
}
}
}