Exemplo n.º 1
0
 private void limpiar()
 {
     TxtCli.Clear();
     TxtFech.Clear();
     TxtVend.Clear();
     while (DgvDatos.Rows.Count > 0)
     {
         DgvDatos.Rows.RemoveAt(0);
     }
     listarven();
 }