Пример #1
0
 private bool ScanRootDirectory_CanExecute()
 {
     return(Directory.Exists(RootPath) &&
            Directory.Exists(OutputPath) &&
            LoggingOptions.IsAnyLoggingSelected() &&
            !string.IsNullOrEmpty(OutputFileName) &&
            !IsWorking);
 }