private void _ForwardBT_Click(object sender, EventArgs e) { try { _CmdManager.ForwardClick(); } catch (Exception ex) { _Logger.Error("ERROR pulsando tecla de captura", ex); } }