public partial class App : Application{ void App_Startup(object sender, StartupEventArgs e) { MainArea window = new MainArea(); window.Show(); }}