Exemplo n.º 1
0
 /// <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);
 }
Exemplo n.º 2
0
 public bool AddDefinedSearches(string sXML)
 {
     return(eaRepository.AddDefinedSearches(sXML));
 }