Пример #1
0
        public ThermostatModel(Device device)
        {
            _device = device;

            Core = new ThermostatCoreModel(_device);
            Fan = new ThermostatFanModel(_device);
            Setpoints = new ThermostatSetpointModel(_device);
        }
Пример #2
0
        public ThermostatModel(Device device)
        {
            _device = device;

            Core      = new ThermostatCoreModel(_device);
            Fan       = new ThermostatFanModel(_device);
            Setpoints = new ThermostatSetpointModel(_device);
        }