private void UpdateSystemReportMessageHandler(UpdateSystemReportMessage report)
        {
            ;

            //DllInfoList = report.systemInfoModelReport.ModuleDataList;
            DllInfoList = new ObservableCollection <ModuleDataModel>(report.systemInfoModelReport.ModuleDataList);

            // _dllInfoListView = CollectionViewSource.GetDefaultView(DllInfoListView);
            // _dllInfoListView.Filter = DllInfoListViewFilter;

            ;
            //handle new report;
        }
Example #2
0
        private void UpdateSystemReportMessageHandler(UpdateSystemReportMessage report)
        {
            ;

            //handle new report;
        }