Parcourir la source

remove the message box when saving the default measure config.

gsp il y a 1 an
Parent
commit
70fe58796d

+ 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)