示例#1
0
 IList <ISearchResult> IWorkWindow.FindAll(string searchPattern)
 {
     return(fController.FindAll(searchPattern));
 }