Browse Source

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

gsp 2 năm trước cách đây
mục cha
commit
4342b85a1b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
             {