Example #1
0
 public static bool IsAvailable()
 {
     return(OverlayAppIds.Any(x => PythonAppsManager.Instance.GetById(x) != null &&
                              new IniFile(AcPaths.GetCfgAppsFilename())[x.ToUpperInvariant()].GetBool("ACTIVE", false)));
 }