/// <summary>
 /// Copies the this.
 /// </summary>
 /// <param name="o">The o.</param>
 private void CopyThis(ZeroitBusyBarPainterBlockBase o)
 {
     _BlockPercent   = o._BlockPercent;
     _BlockWidth     = o._BlockWidth;
     _BlockSmooth    = o._BlockSmooth;
     _BlockScroll    = o._BlockScroll;
     _BlockLineColor = o._BlockLineColor;
     _BlockLineWidth = o._BlockLineWidth;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="ZeroitBusyBarPainterBlockBase"/> class.
        /// </summary>
        /// <param name="o">The o.</param>
        protected ZeroitBusyBarPainterBlockBase(ZeroitBusyBarPainterBlockBase o) : base(o)
        {
            //			OnBarSet();

            CopyThis(o);
        }