Example #1
0
        private async void Query()
        {
            var result = await _loginUserService.GetSystemEvent(ServerIP, SearchStartTime, SearchEndTime, SearchName, CustomSystemType);

            HistoryCustomSystemException = new ObservableCollection <T1_SystemEvent>(result);
        }