コード例 #1
0
ファイル: LightManager.cs プロジェクト: Ollzi/LightManager
 public LightManager(ITelldus telldus, IWeatherProvider weatherProvider)
 {
     _telldus         = telldus;
     _weatherProvider = weatherProvider;
     _sections        = new Collection <LampSection>();
     SetupSections();
 }