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