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