Пример #1
0
 public static void Main()
 {
     TheWPFProjectTemplates.App app = new TheWPFProjectTemplates.App();
     app.InitializeComponent();
     app.Run();
 }
Пример #2
0
 public static void Main() {
     TheWPFProjectTemplates.App app = new TheWPFProjectTemplates.App();
     app.InitializeComponent();
     app.Run();
 }