Пример #1
0
 public G_AT7()
 {
     this.s_MS2Field = new S_MS2();
     this.s_MS1Field = new S_MS1();
     this.s_AT7Field = new S_AT7();
 }
Пример #2
0
 public void Add_MS1_ESR_Property_Locationo(G_AT7 g_at7, string City, string State, string Country)
 {
     this.SegmentCount++;
      S_MS1 s_ms1 = new S_MS1();
      s_ms1.D_19_1 = City;
      s_ms1.D_156_2 = State;
      s_ms1.D_26_3 = Country;
      g_at7.S_MS1 = s_ms1;
 }