Example #1
0
 public CustomProperty(CustomProperty o)
 {
     this.Name=o.Name;
     this.Value=o.Value;
 }
Example #2
0
 public CustomProperty(CustomProperty o)
 {
     this.Name  = o.Name;
     this.Value = o.Value;
 }