Exemplo n.º 1
0
 public void CopyShadowToPlain(Plc.IShadowstTreeStruct source)
 {
     this.CopyShadowToPlain((Plc.stTreeStruct)source);
 }
Exemplo n.º 2
0
 public void CopyPlainToShadow(Plc.IShadowstTreeStruct target)
 {
     this.CopyPlainToShadow((Plc.stTreeStruct)target);
 }