Start() private méthode

private Start ( ) : void
Résultat void
        static void Main(string[] args)
        {
            Tool tool = new Tool();

            tool.Start();
        }