コード例 #1
0
 public Upstream(Morph morph, string uri)
 {
     this.morph = morph;
     this.uri   = new Uri(uri);
 }
コード例 #2
0
 public Asset(Morph morph, string uri)
 {
     this.morph = morph;
     this.uri   = new Uri(uri);
 }