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