Пример #1
0
        public override Object Clone()
        {
            NumberFormatIndexRecord rec = new NumberFormatIndexRecord();

            rec.field_1_formatIndex = field_1_formatIndex;
            return(rec);
        }
Пример #2
0
        public override Object Clone()
        {
            NumberFormatIndexRecord rec = new NumberFormatIndexRecord();

            rec.field_1_formatIndex = field_1_formatIndex;
            return rec;
        }