Ejemplo n.º 1
0
        private void ingresarNuevoSocioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            InsertarSocio ventanaingresarsocios = new InsertarSocio(this.NombreEmpresa);

            ventanaingresarsocios.ShowDialog();
        }
Ejemplo n.º 2
0
 private void ingresarNuevoSocioToolStripMenuItem_Click(object sender, EventArgs e)
 {
     InsertarSocio ventanaingresarsocios = new InsertarSocio(this.NombreEmpresa);
     ventanaingresarsocios.ShowDialog();
 }