Example #1
0
        private void btnBorrar_Click(object sender, EventArgs e)
        {
            int intID = Convert.ToInt32(lblID.Text);

            objLogicaGenero.Borrar(intID);
            MessageBox.Show("GENERO BORRADO");
            TraerTodos();
        }