Beispiel #1
0
        static void Main(string[] args)
        {
            World world = new World();

            world.Init();
            world.Run("localhost", 443);
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            World world = new World();

            world.Init();
            world.Run();
        }
Beispiel #3
0
 static void Main(string[] args)
 {
     World world = new World();
     world.Init();
     world.Run();
 }