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