Esempio n. 1
0
 public RedRelativePath(RedRelativePath redRelative)
 {
     this.BaseDirectory = redRelative.BaseDirectory;
     this.RelativePath  = redRelative.RelativePath;
 }
Esempio n. 2
0
 public RedRelativePath(RedRelativePath redRelative)
 {
     BaseDirectory = redRelative.BaseDirectory;
     RelativePath  = redRelative.RelativePath;
 }