Ejemplo n.º 1
0
        private void cocienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            VentanaCociente v_cociente = new VentanaCociente();

            v_cociente.Tag = this; //guardo en Tag una referencia a mi formulario
            v_cociente.ShowDialog();
        }
Ejemplo n.º 2
0
 private void cocienteToolStripMenuItem_Click(object sender, EventArgs e)
 {
     VentanaCociente v_cociente = new VentanaCociente();
     v_cociente.Tag = this; //guardo en Tag una referencia a mi formulario
     v_cociente.ShowDialog();
 }