This commit is contained in:
@ -66,7 +66,7 @@ namespace Elwig.Windows {
|
||||
SecondsTimer.Tick += new EventHandler(OnSecondPassed);
|
||||
SecondsTimer.Interval = new TimeSpan(0, 0, 1);
|
||||
|
||||
InitializeDelayTimer(SearchInput, SearchInput_TextChanged);
|
||||
ControlUtils.InitializeDelayTimer(SearchInput, SearchInput_TextChanged);
|
||||
SearchInput.TextChanged -= SearchInput_TextChanged;
|
||||
ViewModel.FilterSeason = Utils.CurrentLastSeason;
|
||||
|
||||
|
Reference in New Issue
Block a user