예제 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            funciones n = new funciones();

            n.BD_AgregarRol(textBox1);
            n.BD_Roles(dataGridView1, this);
        }