Exemplo n.º 1
0
 public LightChoreography(int after, NabaztagLed light, byte red, byte green, byte blue)
 {
     this.After = after;
     this.Light = light;
     this.Red = red;
     this.Green = green;
     this.Blue = blue;
 }
 public ChoregraphyLedCommand(NabaztagLed led, int time)
     : base("led")
 {
     this.led = led;
     this.Time = time;
 }