Пример #1
0
 public LazyPlatformFileStream(RemoteFile file)
 {
     this.file = file;
     getStream = file.GetContent();
 }