Beispiel #1
0
 /// <summary>
 /// Stops the server that the manager is using.
 /// </summary>
 public void StopServer()
 {
     server.Disconnect();
 }