Exemplo n.º 1
0
 public Upstream(Morph morph, string uri)
 {
     this.morph = morph;
     this.uri   = new Uri(uri);
 }
Exemplo n.º 2
0
 public Asset(Morph morph, string uri)
 {
     this.morph = morph;
     this.uri   = new Uri(uri);
 }