Browse Source

config path

tags/2.3
kookxiang clowwindy 10 years ago
parent
commit
c75941fe14
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      shadowsocks-csharp/Model/Configuration.cs

+ 2
- 0
shadowsocks-csharp/Model/Configuration.cs View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Windows.Forms;
namespace Shadowsocks.Model
{
@@ -10,6 +11,7 @@ namespace Shadowsocks.Model
{
public Configuration()
{
Configuration.CONFIG_FILE = Application.StartupPath + @"\gui-config.json";
}
public List<Server> configs;


Loading…
Cancel
Save