コード例 #1
0
ファイル: App.g.i.cs プロジェクト: r0588667/VGG
 public static void Main()
 {
     View.App app = new View.App();
     app.Run();
 }
コード例 #2
0
 public static void Main() {
     View.App app = new View.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #3
0
ファイル: App.g.cs プロジェクト: egolodnikov/Examen
 public static void Main() {
     View.App app = new View.App();
     app.InitializeComponent();
     app.Run();
 }