コード例 #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();
 }