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