Beispiel #1
0
 public void RemoveTimer(Timer timer)
 {
     Contract.Requires(timer != null);
 }
Beispiel #2
0
 public void AddTimer(Timer timer)
 {
     Contract.Requires(timer != null);
 }