protected override void SendValue(object PARAM) { VHCommands.ComIntK(this.VarID, this.VarName, PARAM); }
/* protected override void SetBinding(string varObmen, string varID) * { * //для комманд не устанавливаем * }*/ protected override void SendValue(object PARAM) { Debug.WriteLine((this.VarID)); VHCommands.ComBitK(this.VarID, this.VarName, PARAM, KeyBit); }