Example #1
0
        internal SLFormat Clone()
        {
            SLFormat f = new SLFormat();
            f.PivotArea = this.PivotArea.Clone();

            f.Action = this.Action;
            f.FormatId = this.FormatId;

            return f;
        }
Example #2
0
        internal SLFormat Clone()
        {
            SLFormat f = new SLFormat();

            f.PivotArea = this.PivotArea.Clone();

            f.Action   = this.Action;
            f.FormatId = this.FormatId;

            return(f);
        }