From 97bb01d349b498cbdfcc8a4febe049973bd54d08 Mon Sep 17 00:00:00 2001 From: kookxiang Date: Mon, 10 Nov 2014 21:53:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BC=80=E6=9C=BA=E8=87=AA?= =?UTF-8?q?=E5=90=AF=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=9A=84=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shadowsocks-csharp/Model/Configuration.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shadowsocks-csharp/Model/Configuration.cs b/shadowsocks-csharp/Model/Configuration.cs index 65b0a3b6..3ae77dff 100755 --- a/shadowsocks-csharp/Model/Configuration.cs +++ b/shadowsocks-csharp/Model/Configuration.cs @@ -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 configs;