コード例 #1
0
ファイル: Form1.cs プロジェクト: branux/byjg-service-examples
 private void button2_Click(object sender, EventArgs e)
 {
     br.com.byjg.CEPService cepclass = new CEPSample.br.com.byjg.CEPService();
     listResposta.Items.AddRange(cepclass.obterCEPAuth(txtLogradouro.Text, txtCidade.Text, txtEstado.Text, txtUsuario.Text, txtSenha.Text));
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: byjg/byjg-service-examples
 private void button2_Click(object sender, EventArgs e)
 {
     br.com.byjg.CEPService cepclass = new CEPSample.br.com.byjg.CEPService();
     listResposta.Items.AddRange(cepclass.obterCEPAuth(txtLogradouro.Text, txtCidade.Text, txtEstado.Text, txtUsuario.Text, txtSenha.Text));
 }
コード例 #3
0
ファイル: Form1.cs プロジェクト: branux/byjg-service-examples
 private void button1_Click(object sender, EventArgs e)
 {
     br.com.byjg.CEPService cepclass = new CEPSample.br.com.byjg.CEPService();
     lblResposta.Text = cepclass.obterLogradouroAuth(txtCEP.Text, txtUsuario.Text, txtSenha.Text);
 }
コード例 #4
0
ファイル: Form1.cs プロジェクト: byjg/byjg-service-examples
 private void button1_Click(object sender, EventArgs e)
 {
     br.com.byjg.CEPService cepclass = new CEPSample.br.com.byjg.CEPService();
     lblResposta.Text = cepclass.obterLogradouroAuth(txtCEP.Text, txtUsuario.Text, txtSenha.Text);
 }