예제 #1
0
 public Debouncer()
 {
     _debounceService = new InMemoryDebounceService();
 }
예제 #2
0
 public Debouncer(IDebounceService debounceService)
 {
     _debounceService = debounceService;
 }