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