Example #1
0
 /// <summary>
 /// Creates new instance of <see cref="BatchAccess"/> class.
 /// </summary>
 /// <param name="hansPlc">Hans plc Twin Controller.</param>
 public BatchAccess(HansPlc.HansPlcTwinController hansPlc)
 {
     this.Hans     = hansPlc;
     this.Stations = this.Hans.prgWeatherStations._weatherStationsBatchAccess;
 }
 /// <summary>
 /// Creates new instance of <see cref="SynchronAccess"/> class.
 /// </summary>
 /// <param name="hansPlc">Hans plc Twin Controller.</param>
 public SynchronAccess(HansPlc.HansPlcTwinController hansPlc)
 {
     this.Hans     = hansPlc;
     this.Stations = this.Hans.prgWeatherStations._weatherStationsSynchronAccess;
 }