Esempio n. 1
0
 public void CopyShadowToPlain(HansPlc.IShadowprgAddedProperties source)
 {
     this.CopyShadowToPlain((HansPlc.prgAddedProperties)source);
 }
Esempio n. 2
0
 public void CopyPlainToShadow(HansPlc.IShadowprgAddedProperties target)
 {
     this.CopyPlainToShadow((HansPlc.prgAddedProperties)target);
 }