Пример #1
0
 private string[] GetFiles()
 {
     return(Helper.GetFiles(DestDir, "*.*", SearchOption.TopDirectoryOnly));
 }