Exemplo n.º 1
0
 private void BtnAnularDetalle_Click(object sender, EventArgs e)
 {
     ControlProductos.AnularDetalle(Convert.ToInt16(txtIdHistorial.Text));
     Cargar_Detalles_Producto();
 }