Exemple #1
0
 private bool CheckInputOutputIntegrity()
 {
     return(ArrayHelper.ArrayHasSameLengthAsAny(_outputPaths, _inputXmls, _inputPaths));
 }