Start() public method

public Start ( ) : void
return void
コード例 #1
0
        public static void Main(string[] args)
        {
            MySampleServer server = new MySampleServer();

            server.Start();
        }
コード例 #2
0
 public static void Main(string[] args)
 {
     MySampleServer server = new MySampleServer();
     server.Start();
 }