コード例 #1
0
        protected virtual void OnClearHistoryExecute()
        {
            if (!HistoryItems.IsNullOrEmpty())
            {
                HistoryItems = new ObservableCollection <IHistorySearchItemVM>();

                Task.Run(VmService.ClearHistory);
            }
        }