Beispiel #1
0
        static void RunServer()
        {
            FormServer server = new FormServer();

            Application.Run(server);
        }
Beispiel #2
0
 static void RunServer()
 {
     FormServer server = new FormServer();
     Application.Run(server);
 }