Beispiel #1
0
 private static bool Execute(IOption option)
 {
     return(option != null && option.Accept(new CommandLineExecuter()));
 }