Ejemplo n.º 1
0
 public void LimpaDados()
 {
     TxtCodCliente.Clear();
     TxtNome.Clear();
     CboSexo.Text = "Selecione";
     TxtEndereco.Clear();
     TxtBairro.Clear();
     TxtCidade.Clear();
     MktCep.Clear();
     CmbEstado.Text = "Selecione";
     MktFoneFixo.Clear();
     MkFoneComercial.Clear();
     MktCelular.Clear();
     TxtRG.Clear();
     TxtEmail.Clear();
     MktCPF.Clear();
     dataNasc.Text     = "";
     CboCadPor.Text    = "Selecione";
     CboCadPor.Enabled = true;
 }
Ejemplo n.º 2
0
 public void LimpaDados()
 {
     TxtCodFornecedor.Clear();
     TxtRazao.Clear();
     MktCNPJ.Clear();
     TxtNomeFan.Clear();
     MktIE.Clear();
     TxtEndereco.Clear();
     CboTipoPessoa.Text = "Selecione";
     TxtCidade.Clear();
     TxtBairro.Clear();
     CboEstado.Text = "Selecione";
     MktCep.Clear();
     MktFoneFixo.Clear();
     MktFoneComercial.Clear();
     MktCelular.Clear();
     TxtHomePage.Clear();
     CboCadPor.Text = "Selecione";
     TxtEmail.Clear();
     DataCad.Text      = "";
     CboCadPor.Enabled = true;
 }