Esempio n. 1
0
 public override bool CheckContext(ITeclynContext context, ICommandContextChecker _)
 {
     return(_.Check(this.NewValue != null, "error"));
 }
Esempio n. 2
0
 public override bool CheckContext(ITeclynContext context, ICommandContextChecker _)
 {
     return(_.Check(contextOk, "You are not allowed to execute this command."));
 }