示例#1
0
        internal SLColorFilter Clone()
        {
            SLColorFilter cf = new SLColorFilter();
            cf.FormatId = this.FormatId;
            cf.CellColor = this.CellColor;

            return cf;
        }
示例#2
0
        internal SLColorFilter Clone()
        {
            SLColorFilter cf = new SLColorFilter();

            cf.FormatId  = this.FormatId;
            cf.CellColor = this.CellColor;

            return(cf);
        }