Start() public method

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

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