浏览代码

Merge branch 'Release2.7' of http://36.129.163.148:30080/gogsadmin/OTS into Release2.7

gsp 2 年之前
父节点
当前提交
4342b85a1b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      OTSPartA_STDEditor/Form_ConstantsEditor2.cs

+ 1 - 0
OTSPartA_STDEditor/Form_ConstantsEditor2.cs

@@ -1299,6 +1299,7 @@ namespace OTSPartA_STDEditor
             OpenFileDialog openFileDialog = new OpenFileDialog();
             openFileDialog.Filter = "(*.db)|*.db";
             openFileDialog.RestoreDirectory = true;
+            openFileDialog.InitialDirectory = Application.StartupPath + "\\Config\\SysData\\";
             openFileDialog.FilterIndex = 1;
             if (openFileDialog.ShowDialog() == DialogResult.OK)
             {