public void CopyShadowToPlain(HansPlc.prgWeatherStations source)
 {
     _weatherStationsCyclicAccess.CopyShadowToPlain(source._weatherStationsCyclicAccess);
     _weatherStationsBatchAccess.CopyShadowToPlain(source._weatherStationsBatchAccess);
     _weatherStationsSynchronAccess.CopyShadowToPlain(source._weatherStationsSynchronAccess);
 }
 public void CopyPlainToShadow(HansPlc.prgWeatherStations target)
 {
     _weatherStationsCyclicAccess.CopyPlainToShadow(target._weatherStationsCyclicAccess);
     _weatherStationsBatchAccess.CopyPlainToShadow(target._weatherStationsBatchAccess);
     _weatherStationsSynchronAccess.CopyPlainToShadow(target._weatherStationsSynchronAccess);
 }