void AppStartup(object sender, StartupEventArgs e) { Window window = new HelloWPF(); window.Show(); }