public DdeData(byte[] data, string topicname, string itemname) : base() { this._xlData = new xlTable(data); this._item = itemname; this._topicname = topicname; }