예제 #1
0
파일: App.g.i.cs 프로젝트: war-man/Lesson7
 public static void Main()
 {
     ConsoleApp1.App app = new ConsoleApp1.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
        static void Main(string[] args)
        {
            IApp app = new App(new MyRailroadLight(), new ConsoleOutput(), new ConsoleInput());

            app.Run();
        }