protected D2PanelWidget(D2PanelWidget other) : base(other) { GetColor = other.GetColor; }
protected D2PanelWidget(D2PanelWidget widget) : base(widget) { GetColor = widget.GetColor; }