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