public ChangeColorCommand(Rects rects, Color color) { this.rects = rects; this.color = color; }
public ChangeLocationCommand(Rects rects, Rect rect, Point location) { this.rects = rects; this.rect = rect; this.location = location; }