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