Пример #1
0
 public DdeData(byte[] data, string topicname, string itemname)
     : base()
 {
     this._xlData = new xlTable(data);
     this._item = itemname;
     this._topicname = topicname;
 }
Пример #2
0
 public DdeData(byte[] data, string topicname, string itemname) : base()
 {
     this._xlData    = new xlTable(data);
     this._item      = itemname;
     this._topicname = topicname;
 }