소스 검색

remove the message box when saving the default measure config.

gsp 1 년 전
부모
커밋
70fe58796d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)