Beispiel #1
0
 private bool TestFileName(string fileName)
 {
     return(FileRequestValidator.IsValidFileName(fileName));
 }