コード例 #1
0
ファイル: App.g.i.cs プロジェクト: vageesh79/FrontView
 public static void Main()
 {
     Yatse2SetupManager.App app = new Yatse2SetupManager.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.cs プロジェクト: Ghawken/FrontView
 public static void Main() {
     Yatse2SetupManager.App app = new Yatse2SetupManager.App();
     app.InitializeComponent();
     app.Run();
 }