Beispiel #1
0
 public static void ClearCache()
 {
     cachedModuleLocation = string.Empty;
     cachedXmlFile        = string.Empty;
     if (cachedDocumentation != null)
     {
         cachedDocumentation.ClearCache();
     }
 }