Exemple #1
0
 protected Reference(string path)
 {
     _path = path;
     _url  = new ContentUrl(path);
 }
Exemple #2
0
 protected Reference(Version version, string path)
 {
     _path = path;
     _url  = new ContentUrl(version, path);
 }