Exemplo n.º 1
0
 /// <summary>Resets all messages and calls to the server</summary>
 public void ResetCommunication()
 {
     _comms.ResetCommunication();
     _rttComms.DisableRTT();
     Update();
     AuthenticationService.ClearSavedProfileID();
 }
Exemplo n.º 2
0
 /// <summary>Resets all messages and calls to the server</summary>
 public void ResetCommunication()
 {
     m_bc.ResetCommunication();
 }
Exemplo n.º 3
0
 /// <summary>Resets all messages and calls to the server</summary>
 public void ResetCommunication()
 {
     _comms.ResetCommunication();
     AuthenticationService.ClearSavedProfileID();
 }