Exemplo n.º 1
0
 public ServerCommunicator(GameForm client)
 {
     this.client   = client;
     servermessage = new Queue <string>();
     clientmessage = new Queue <string>();
     nowriting     = true;
     unpacking     = false;
     timermessage  = TM_STILL_HERE;
 }
Exemplo n.º 2
0
 public LoginForm(GameForm game)
 {
     InitializeComponent();
     this.game = game;
 }