Пример #1
0
        public override void ResetColors()
        {
            base.ResetColors();
            TitledRectangleShape shape = new TitledRectangleShape();

            this.titleBackColor = shape.titleBackColor;
            this.titleColor     = shape.titleColor;
        }
 public override void ResetColors()
 {
     base.ResetColors();
     TitledRectangleShape shape = new TitledRectangleShape();
     this.titleBackColor = shape.titleBackColor;
     this.titleColor = shape.titleColor;
 }