protected override void accionBoton(DataGridViewCellEventArgs e) { DatosRol datosRol = new DatosRol(dataGridViewRoles.CurrentRow.Cells["Nombre"].Value.ToString()); Hide(); datosRol.Show(); }
private void buttonAlta_Click(object sender, EventArgs e) { DatosRol datosRol = new DatosRol(); datosRol.Show(); }