コード例 #1
0
        protected override void accionBoton(DataGridViewCellEventArgs e)
        {
            DatosRol datosRol = new DatosRol(dataGridViewRoles.CurrentRow.Cells["Nombre"].Value.ToString());

            Hide();
            datosRol.Show();
        }
コード例 #2
0
        private void buttonAlta_Click(object sender, EventArgs e)
        {
            DatosRol datosRol = new DatosRol();

            datosRol.Show();
        }