Esempio n. 1
0
 public void Open()
 {
     _siService = new SIStorageService();
 }
Esempio n. 2
0
 public SICategory(PackageCategory category, SIStorageService siService, string restriction)
 {
     _category    = category;
     _restriction = restriction;
     _siService   = siService;
 }
 public void Open()
 {
     _siService = new SIStorageService();
     IsLoading  = true;
     LoadPublishersAsync();
 }
Esempio n. 4
0
 public StorageContextViewModel(SIStorageService siStorageService)
 {
     _siStorageService = siStorageService;
 }