コード例 #1
0
        //VWorks software calls the ShowDiagsDialog method to tell the plugin to
        //open its diagnostics dialog box. This method displays both modal and modeless
        //dialog boxes.
        public void ShowDiagsDialog(IWorksDriver.SecurityLevel iSecurity, bool bModal)
        {
            DiagnosticForm diagForm = new DiagnosticForm(_myControllerRef);

            diagForm.ShowDialog();
            _Controller.OnCloseDiagsDialog((IWorksDriver.CControllerClient) this);
        }
コード例 #2
0
 //VWorks software calls the ShowDiagsDialog method to tell the plugin to
 //open its diagnostics dialog box. This method displays both modal and modeless
 //dialog boxes. Do not implement in VW 4. TEMPLATE DO NOT EDIT.
 public void ShowDiagsDialog(IWorksDriver.SecurityLevel iSecurity)
 {
     //do nothing
 }