Example #1
0
        private void expedientesDeSillasDeRuedasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            InicioExpSillas expsillaschild = new InicioExpSillas();

            expsillaschild.MdiParent = this;
            expsillaschild.Show();
        }
 private void expedientesDeSillasDeRuedasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     InicioExpSillas expsillaschild = new InicioExpSillas();
     expsillaschild.MdiParent = this;
     expsillaschild.Show();
 }