public DownloadEstimatePageModel(Services.IObjectStorageService objectStorage)
 {
     _objectStorage = objectStorage;
     downloader.OnFileDownloaded += OnFileDownloaded;
 }
Пример #2
0
 public NodeObjectPageModel(Services.IObjectStorageService objectStorage)
 {
     _objectStorage = objectStorage;
 }