Ejemplo n.º 1
0
        public SearchHistoryListItem(Database.SearchHistory source, SearchPageViewModel parentVM)
		{
            SearchHistory = source;
            SearchPageVM = parentVM;
            Keyword = source.Keyword;
			Target = source.Target;
		}
Ejemplo n.º 2
0
 public SearchHistoryIncrementalLoadingSource(HohoemaApp hohoemaApp, SearchPageViewModel parentPage)
 {
     _HohoemaApp          = hohoemaApp;
     _SearchPageViewModel = parentPage;
 }