Esempio n. 1
0
        public void Add_G62_Date(string DateType, string Date)
        {
            if (this.m210.S_G62 == null)
            {
                this.m210.S_G62 = new List <S_G62>();
            }
            this.SegmentCount++;
            S_G62 S_G62 = new S_G62();

            S_G62.D_432_1 = DateType;
            S_G62.D_373_2 = Date;  //CCYYMMDD
            this.m210.S_G62.Add(S_G62);
        }
Esempio n. 2
0
        public void Add_G62_Date(string DateType, string Date)
        {
            if (this.m210.S_G62 == null)
             {
                 this.m210.S_G62 = new List<S_G62>();

             }
             this.SegmentCount++;
             S_G62 S_G62 = new S_G62();
             S_G62.D_432_1 = DateType;
             S_G62.D_373_2 = Date; //CCYYMMDD
             this.m210.S_G62.Add(S_G62);
        }