Ejemplo n.º 1
0
 public FormPrincipal()
 {
     InitializeComponent();
     mostrarToolStripMenuItem.Enabled = false;
     mostrar = new FormMostrar();
     test    = new FrmTestDelegados();
 }
Ejemplo n.º 2
0
 private void mostrarToolStripMenuItem_Click(object sender, EventArgs e)
 {
     mostrar           = new FormMostrar();
     mostrar.MdiParent = this;
     mostrar.Show();
 }