Beispiel #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 protected ServerManager(IServerUI theUI)
 {
     itsServerUI = theUI;
     itsServerUI.ServerUIClosing += ItsFormServer_FormClosingg;
     WaitForClientConnection();
 }
Beispiel #2
0
 public World(IServerUI theUI) : base(theUI)
 {
     Instance = this;
 }