Start() public method

Brings up a list of commands for the user to choose from.
public Start ( ) : void
return void
示例#1
0
 static void Main(string[] args)
 {
     ConsoleClient d = new ConsoleClient();
     d.Start();
 }
示例#2
0
        static void Main(string[] args)
        {
            ConsoleClient d = new ConsoleClient();

            d.Start();
        }