LAPTOP-SNT8I5JK\Boounion
2025-09-18 fd381da2f50420d8c861ad9cf213d7b1586f0188
SourceCode/Bond/Servo/ServoDlg.cpp
@@ -1039,14 +1039,16 @@
      }
   }
   else if (id == IDC_BUTTON_JOBS) {
      static int i = 0; i++;
      if (i % 2 == 0) {
      CControlJobManagerDlg dlg;
      dlg.DoModal();
      /*
      }
      else {
      CControlJobDlg dlg;
      dlg.SetControlJob(theApp.m_model.m_master.getControlJob());
      dlg.DoModal();
      */
      }
   }
   else if (id == IDC_BUTTON_PORT_CONFIG) {
      CPortConfigurationDlg dlg;