Example #1
0
        private void Forced_RxShortClick(object sender)
        {
            int id = ((UrrRdButton)sender).Id;

            try
            {
                _CmdManager.RdForceRxState(id);
            }
            catch (Exception ex)
            {
                int    pos = _RdButtons.IndexOf((UrrRdButton)sender);
                string msg = string.Format("ERROR modificando Rx de frecuencia RD a partir de recuperar estado asignaciĆ³n [Pos={0}] [Id={1}]", pos, id);
                _Logger.Error(msg, ex);
            }
        }