Example #1
0
 private void btn_Aceptar_Click(object sender, EventArgs e)
 {
     Detalle.Borrar(this.codigo);
     Producto.Borrar(this.codigo);
     Panel_BorrarProducto.Visible = false;
     Cargar_grilla(Producto.Todos_los_Productos());
 }