Esempio n. 1
0
 internal static bool CanOpenFile(string filePath)
 {
     return(FileHelper.CanOpenFile(filePath));
 }