public FindInFilesViewModel()
        {
            RecentFileNames = new List <string>();


            RecentTextSearches = new List <string>();
            FoundFiles         = new ObservableCollection <SCFile>();
            SearchHistory      = true;
            Progress           = new ProgressIndication();
        }
Ejemplo n.º 2
0
 public void Load(TeamExplorerIntergator te)
 {
     teamExplorer = te;
     Progress     = new ProgressIndication();
     RootFolder   = LoadProjects();
 }