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