Esempio n. 1
0
 // ServerState State = ServerState.Arreter;
 public Form1()
 {
     InitializeComponent();
     AllocConsole();
     LockRessource = new Mutex();
     serv          = new MatchMakingServeur(LockRessource);
     Serveur       = new Thread(serv.ListenServeur);
     timer1.Start();
 }
Esempio n. 2
0
 // ServerState State = ServerState.Arreter;
 public Form1()
 {
     InitializeComponent();
     AllocConsole();
     LockRessource = new Mutex();
     serv = new MatchMakingServeur(LockRessource);
     Serveur = new Thread(serv.ListenServeur);
     timer1.Start();
 }