예제 #1
0
 public void limpiar()
 {
     Txt_codigo.Clear();
     Txt_descripcion.Clear();
     Txt_producto.Clear();
     Cbo_estado.ResetText();
 }
예제 #2
0
 public void limpiar()
 {
     Txt_codigo.Clear();
     Txt_producto.Clear();
     Txt_tipomerma.Clear();
     Txt_valor.Clear();
     Txt_cantidad.Clear();
     Cbo_estado.ResetText();
 }