コード例 #1
0
 public StellaClient(Configuration configuration, IStellaServer stellaServer, ILEDStrip ledStrip)
 {
     _configuration = configuration;
     _stellaServer  = stellaServer;
     _ledStrip      = ledStrip;
 }
コード例 #2
0
ファイル: LedController.cs プロジェクト: JorisAlbers/Stella
 public LedController(ILEDStrip ledStrip)
 {
     _ledStrip = ledStrip;
 }