コード例 #1
0
        internal SLUpBars Clone()
        {
            SLUpBars ub = new SLUpBars(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

            ub.ShapeProperties = this.ShapeProperties.Clone();

            return(ub);
        }
コード例 #2
0
ファイル: SLUpBars.cs プロジェクト: nunezger/berkeleyshoe
        internal SLUpBars Clone()
        {
            SLUpBars ub = new SLUpBars(this.ShapeProperties.listThemeColors);

            ub.ShapeProperties = this.ShapeProperties.Clone();

            return(ub);
        }