Esempio n. 1
0
 public Import(Url path, Importer importer)
     : this(path.GetUrl(), importer)
 {
     OriginalPath = path;
 }
Esempio n. 2
0
 public Import(Url path, IImporter importer, Value features)
     : this(path.GetUrl(), importer, features)
 {
     OriginalPath = path;
 }
Esempio n. 3
0
 public Import(Url path, IImporter importer)
     : this(path.GetUrl(), importer)
 {
     OriginalPath = path;
 }
Esempio n. 4
0
 public Import(Url path, IImporter importer, Value features)
     : this(path.GetUrl(), importer, features)
 {
     OriginalPath = path;
 }