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