예제 #1
0
 public void CopyShadowToPlain(HansPlc.fbWorldWeatherWatch source)
 {
     NorthPole.CopyShadowToPlain(source.NorthPole);
     SouthPole.CopyShadowToPlain(source.SouthPole);
     Verl.CopyShadowToPlain(source.Verl);
     Kriva.CopyShadowToPlain(source.Kriva);
     PlcCommentOnCurrentWeather = source.PlcCommentOnCurrentWeather.Shadow;
 }
예제 #2
0
 public void CopyPlainToShadow(HansPlc.fbWorldWeatherWatch target)
 {
     NorthPole.CopyPlainToShadow(target.NorthPole);
     SouthPole.CopyPlainToShadow(target.SouthPole);
     Verl.CopyPlainToShadow(target.Verl);
     Kriva.CopyPlainToShadow(target.Kriva);
     target.PlcCommentOnCurrentWeather.Shadow = PlcCommentOnCurrentWeather;
 }