Start() private method

private Start ( ) : void
return void
Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Tool tool = new Tool();

            tool.Start();
        }