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

            return(app.Run(args));
        }
예제 #2
0
파일: Program.cs 프로젝트: algonzalez/nsos
 static int Main(string[] args)
 {
     var herald = new ConsoleInformationHerald();
     var app = new ShowOrStartApp(herald);
     return app.Run(args);
 }