Esempio n. 1
0
 public bool CheckLock(BaseAspect aspect, bool locked)
 {
     return(aspect != null && (locked ? !aspect.CanBeginAction(this) : aspect.CanBeginAction(this)));
 }