Exemplo n.º 1
0
 public void CopyCyclicToPlain(PLC.IstWeatherData source)
 {
     this.CopyCyclicToPlain((PLC.stWeatherData)source);
 }
Exemplo n.º 2
0
 public void CopyPlainToCyclic(PLC.IstWeatherData target)
 {
     this.CopyPlainToCyclic((PLC.stWeatherData)target);
 }