Beispiel #1
0
        static int Main(string[] args)
        {
            var herald = new ConsoleInformationHerald();
            var app    = new ShowOrStartApp(herald);

            return(app.Run(args));
        }
Beispiel #2
0
 static int Main(string[] args)
 {
     var herald = new ConsoleInformationHerald();
     var app = new ShowOrStartApp(herald);
     return app.Run(args);
 }