public void RemoveTimer(Timer timer) { Contract.Requires(timer != null); }
public void AddTimer(Timer timer) { Contract.Requires(timer != null); }