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