Esempio n. 1
0
 protected bool ValidOperation()
 {
     return(!_notificator.HasNotifications());
 }
Esempio n. 2
0
 public bool IsValid()
 {
     return(!_notificator.HasNotifications());
 }
Esempio n. 3
0
 protected bool OperationIsValid()
 {
     return(!_notificator.HasNotifications());
 }