protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); fwMain _form = new fwMain(); this.MainWindow = _form; _form.Show(); }