#005 增加必要的整理
This commit is contained in:
@@ -11,7 +11,7 @@ namespace NSAnalysis
|
||||
{
|
||||
#region 全局变量
|
||||
|
||||
private TMeasureMSSQLDAL tmdal = new TMeasureMSSQLDAL();
|
||||
private CjlrDAL tmdal = new CjlrDAL();
|
||||
|
||||
private FToleranceSetup gFTS;
|
||||
|
||||
@@ -187,13 +187,11 @@ namespace NSAnalysis
|
||||
{
|
||||
rtb_sourceFilePath.Text = folderBrowserDialog.SelectedPath; // 设置源文件路径
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
// 显示未选择文件夹的提示信息
|
||||
MessageBox.Show("未选择源文件夹", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void btn_targetFile_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user