Example #1
0
 private void _RtxBT_Click(object sender, EventArgs e)
 {
     try
     {
         _CmdManager.RdRtxClick(_NumPositionsByPage);
     }
     catch (Exception ex)
     {
         _Logger.Error("ERROR iniciando operacion Rtx", ex);
     }
 }