Example #1
0
        private void gridRoles_CellContentClick(object sender, DataGridViewCellEventArgs e)
        {
            this.Hide();
            ABMRol pant = new ABMRol(int.Parse(gridRoles.CurrentRow.Cells[0].Value.ToString()));

            pant.Show();
        }
Example #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();
            ABMRol pant = new ABMRol(0);

            pant.Show();
        }