コード例 #1
0
 public static void Main()
 {
     HelloWPF.App app = new HelloWPF.App();
     app.InitializeComponent();
     app.Run();
 }