Пример #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="IDList">An IDList structure</param>
 public VistaAndAboveIDListDataBlock(IDList IDList) : base()
 {
     this.IDList = IDList;
 }
Пример #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public VistaAndAboveIDListDataBlock() : base()
 {
     IDList = new IDList();
 }