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

            client.SimpleTestCompleted += client_SimpleTestCompleted;
            client.SimpleTestAsync();
        }
コード例 #2
0
        private void LoadBarChart()
        {
            ((ISeriesHost)barChart).Axes.CollectionChanged += Axes_CollectionChanged;

            var client = new DashWCFClient.DashWCFClient();

            client.ProcCallCompleted += client_ProcCallCompleted;
            LayoutRoot.IsBusy         = true;
            client.ProcCallAsync("Dash_ReturnedNotFiled", null);
        }