コード例 #1
0
ファイル: Example.cs プロジェクト: supperman35/AsterionAsync
 public static void Main()
 {
     // Makes a new instance of ExampleServer.
     ExampleServer myServer = new ExampleServer();
     // Starts the ExampleServer.
     myServer.Start();
 }
コード例 #2
0
        public static void Main()
        {
            // Makes a new instance of ExampleServer.
            ExampleServer myServer = new ExampleServer();

            // Starts the ExampleServer.
            myServer.Start();
        }