示例#1
0
 public AnimationCommand(Lamp Lamp, Color Color)
 {
     this.lamp  = Lamp;
     this.color = Color;
 }