/// <summary> /// Installs the search to find the resources. /// </summary> /// <param name="rep"></param> /// <returns></returns> static public bool InstallSearches(EA.Repository rep) { rep.AddDefinedSearches(Resources.Strings.SearchFavorite); return true; }