Exemplo n.º 1
0
 protected void india_button_Click(object sender, EventArgs e)
 {
     var client = new IndiaVicePresidentServiceSoapClient();
     india_result.Text = client.IndiaVicePresidentGivenYear(inputIndia_year.Text);
 }
Exemplo n.º 2
0
        protected void india_button_Click(object sender, EventArgs e)
        {
            var client = new IndiaVicePresidentServiceSoapClient();

            india_result.Text = client.IndiaVicePresidentGivenYear(inputIndia_year.Text);
        }