예제 #1
0
파일: App.g.i.cs 프로젝트: juniiikhan/VDCS
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("images/rta2.png");
     splashScreen.Show(true);
     VSDApp.App app = new VSDApp.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
파일: App.g.i.cs 프로젝트: juniiikhan/VDCS
 public static void Main() {
     VSDApp.App app = new VSDApp.App();
     app.InitializeComponent();
     app.Run();
 }