Exemple #1
0
 public override bool CanExecute()
 {
     return(Placeholders.All(p => !string.IsNullOrWhiteSpace(p.Replacement)));
 }