Esempio n. 1
0
        public void Add_N9_ReferenceID(string IDType, string ID)
        {
            if (this.m210.S_N9 == null)
            {
                this.m210.S_N9 = new List <S_N9>();
            }
            this.SegmentCount++;
            S_N9 S_N9 = new S_N9();

            S_N9.D_128_1 = IDType;
            S_N9.D_127_2 = ID;
            this.m210.S_N9.Add(S_N9);
        }
Esempio n. 2
0
        public void Add_N9_ReferenceID(string IDType, string ID)
        {
            if (this.m210.S_N9 == null)
             {
                 this.m210.S_N9 = new List<S_N9>();

             }
             this.SegmentCount++;
             S_N9 S_N9 = new S_N9();
             S_N9.D_128_1 = IDType;
             S_N9.D_127_2 = ID;
             this.m210.S_N9.Add(S_N9);
        }