Explorar el Código

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

gsp hace 2 años
padre
commit
4342b85a1b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
             {