コード例 #1
0
        private void SimpleTest()
        {
            var client = new DashWCFClient.DashWCFClient();

            client.SimpleTestCompleted += client_SimpleTestCompleted;
            client.SimpleTestAsync();
        }