Exemplo n.º 1
0
 public void CopyShadowToPlain(PLC.IShadowstForecast source)
 {
     this.CopyShadowToPlain((PLC.stForecast)source);
 }
Exemplo n.º 2
0
 public void CopyPlainToShadow(PLC.IShadowstForecast target)
 {
     this.CopyPlainToShadow((PLC.stForecast)target);
 }