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