Exemplo n.º 1
0
        private void buttonAuthentication_Click(object sender, EventArgs e)
        {
            InstanceContext     instanceContext = new InstanceContext(this);
            SimpleServiceClient client          = new SimpleServiceClient(instanceContext);

            MessageBox.Show(client.GetUserName());
        }