Exemple #1
0
 static void Main(string[] args)
 {
     ServerExecuter <ChatServer> .Start(args);
 }
Exemple #2
0
 static void Main(string[] args)
 {
     ServerExecuter <ExampleAppServer> .Execute(args, "0.0.1");
 }