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