Exemplo n.º 1
0
 /// <summary>
 /// Limpa os input text.
 /// </summary>
 private void ClearForms()
 {
     BuscarProduto.Clear();
     Quantidade.Clear();
     Preco.Clear();
     DescontoPorcentagem.Clear();
     DescontoReais.Clear();
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Limpa os input text.
 /// </summary>
 private void ClearForms()
 {
     BuscarProduto.Clear();
     Quantidade.Clear();
 }