Go() public méthode

public Go ( ) : void
Résultat void
        static void Main(string[] args) {

            var Class = new CreateExamples();
            Class.Go(args[0], args[1]);
            }
 static void Main(string[] args) {
     var Program = new CreateExamples();
     Program.Go();
     }