コード例 #1
0
ファイル: SIStorage.cs プロジェクト: Lemiort/SI
 public void Open()
 {
     _siService = new SIStorageService();
 }
コード例 #2
0
 public SICategory(PackageCategory category, SIStorageService siService, string restriction)
 {
     _category    = category;
     _restriction = restriction;
     _siService   = siService;
 }
コード例 #3
0
 public void Open()
 {
     _siService = new SIStorageService();
     IsLoading  = true;
     LoadPublishersAsync();
 }
コード例 #4
0
 public StorageContextViewModel(SIStorageService siStorageService)
 {
     _siStorageService = siStorageService;
 }