Example #1
0
 private void _TitleBT_Click(object sender, EventArgs e)
 {
     try
     {
         _CmdManager.DisableTft();
     }
     catch (Exception ex)
     {
         _Logger.Error("ERROR deshabilitando el TFT", ex);
     }
 }
Example #2
0
 private void _TitleBT_Click(object sender, EventArgs e)
 {
     try
     {
         //this._TitleBT.ButtonColor = System.Drawing.Color.White;
         //this._TitleBT.ForeColor = System.Drawing.Color.Silver;
         _CmdManager.DisableTft();
     }
     catch (Exception ex)
     {
         _Logger.Error("ERROR deshabilitando el TFT", ex);
     }
 }