bool Notifies(IConditionTimerWatcher watcher)
 {
     return(watcher.Condition == info.ActiveCondition);
 }
Esempio n. 2
0
 bool Notifies(IConditionTimerWatcher watcher)
 {
     return(watcher.Condition == Info.Condition);
 }