public void Logout()
 {
     wrappedManager.Logout();
 }
Ejemplo n.º 2
0
 public void Stop()
 {
     cruiseServerManager.Logout();
 }