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

            client.ProgressReport();
        }