Пример #1
0
 internal static bool CachedTemplateIsFresh(FileInfo fileInfo, MailTemplate template)
 {
     return(fileInfo.Exists && fileInfo.LastWriteTime == template.LastWrite);
 }