Ejemplo n.º 1
0
 public async Task loadImage(Ion amp)
 {
     this.storageFile = await amp.requestAsync(this.imageURL, checksum, this);
 }
Ejemplo n.º 2
0
 public async Task loadFile( Ion amp )
 {
     this.storageFile = await amp.requestAsync( this.fileURL, checksum, this );
 }