Пример #1
0
 public PrivateItem(OPCCliConfiguration.ItemsRow row)
     : base(row.Item)
 {
     this.ResultID = Opc.ResultID.S_OK;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemWrapper"/> class.
 /// </summary>
 /// <param name="row">The row representing the Item.</param>
 public ItemWrapper(OPCCliConfiguration.ItemsRow row)
     : this()
 {
     m_Item = new PrivateItem(row);
     GetLastDBIdentifier = row.ID;
 }