private List <Sensor> InitDeterministicCollection(string path) { var collection = SensorCollection.ReadFromFile(path); return(collection.List); }
public SensorCollection(SensorCollection sensorCollection) { this.Settings = sensorCollection.Settings; this.Parent = sensorCollection.Parent; this.List = sensorCollection.List; }