public void Start()
 {
     timer = new AsyncTimer();
     timer.Start(Run, customCheck.Interval, e => { /* should not happen */});
 }
Exemple #2
0
 public void Start()
 {
     timer = new AsyncTimer();
     timer.Start(Run, customCheck.Interval, e => { /* should not happen */ });
 }