Bladeren bron

remove the message box when saving the default measure config.

gsp 1 jaar geleden
bovenliggende
commit
70fe58796d
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      OTSIncAMeasureApp/3-OTSDisplaySourceGridData/OTSPropertyWindow.cs

+ 1 - 1
OTSIncAMeasureApp/3-OTSDisplaySourceGridData/OTSPropertyWindow.cs

@@ -344,7 +344,7 @@ namespace OTSMeasureApp
             m_cgenparam.SetSTDSelect(WSample.GetMsrParams().GetSTDName().ToString());
             m_cotsprogmgrparamfile.SetGenParam(m_cgenparam);
             m_cotsprogmgrparamfile.SaveInfoToProgMgrFile();
-            MessageBox.Show("Done!","Tip");
+            //MessageBox.Show("Done!","Tip");
         }
 
         private void TSEdit_Click(object sender, EventArgs e)