Ejemplo n.º 1
0
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     fwMain _form = new fwMain();
     this.MainWindow = _form;
     _form.Show();
 }
Ejemplo n.º 2
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);
            fwMain _form = new fwMain();

            this.MainWindow = _form;
            _form.Show();
        }