예제 #1
0
파일: App.g.cs 프로젝트: pashchuk/OS-Labs
 public static void Main() {
     OS2.App app = new OS2.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
파일: App.g.i.cs 프로젝트: pashchuk/OS-Labs
 public static void Main()
 {
     OS2.App app = new OS2.App();
     app.InitializeComponent();
     app.Run();
 }