Start() 개인적인 메소드

private Start ( ) : void
리턴 void
예제 #1
0
        static void Main(string[] args)
        {
            Tool tool = new Tool();

            tool.Start();
        }