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