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