public void CopyShadowToPlain(HansPlc.IShadowstructWeatherStation source)
 {
     this.CopyShadowToPlain((HansPlc.structWeatherStation)source);
 }
 public void CopyPlainToShadow(HansPlc.IShadowstructWeatherStation target)
 {
     this.CopyPlainToShadow((HansPlc.structWeatherStation)target);
 }