Skip to content

Instantly share code, notes, and snippets.

private void login_btn_Click(object sender, EventArgs e)
{
DKServices.ActivityRow activityR = new DKServices.ActivityRow();
DKServices.ServiceSoapClient client = new DKServices.ServiceSoapClient();
this.output_tb.Text = "Querying the web service....";
try
{
activityR = client.GetUserActivity("bengt", "johansson");
}