public static void Main() { WPF_App.App app = new WPF_App.App(); app.InitializeComponent(); app.Run(); }