Exemple #1
0
 static void Main(string[] args)
 {
     if (!Server.Start())
     {
         Console.WriteLine("\n Press any key to continue...");
         Console.ReadKey();
         return;
     }
     Commands.Get();
 }