Exemplo n.º 1
0
 /*private void buttonStop_Click(object sender, EventArgs e)
  * {
  *  if (!commthreadRunnning && commConnected)
  *  {
  *      v25controller.StartComm();
  *      buttonStop.Text = "Stop Comm";
  *      commthreadRunnning = true;
  *  }
  *  else
  *  {
  *      v25controller.StopComm();
  *      buttonStop.Text = "Start Comm";
  *      commthreadRunnning = false;
  *  }
  * }*/
 #region Shortcut Button Events
 private void shortcutButton1_Click(object sender, EventArgs e)
 {
     object[] commandData = dbMgr.ReadShortcutButton(1);
     SendButtonCommand(commandData);
 }