Пример #1
0
 public void ReportDisconnect(ConnectionInformation GameConnection)
 {
     GameConnection.ConnectionChanged -= CConnectionChanged;
     ReportUserLogout(GameConnection.GetIp());
 }