Start() 공개 메소드

Brings up a list of commands for the user to choose from.
public Start ( ) : void
리턴 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();
        }