Interaction logic for App.xaml
Inheritance: System.Windows.Application
コード例 #1
0
ファイル: App.g.i.cs プロジェクト: rrajra/BugTracker
 public static void Main()
 {
     BugTracker.App app = new BugTracker.App();
     app.InitializeComponent();
     app.Run();
 }