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