Update ConfigHandler.cs
This commit is contained in:
@@ -15,9 +15,8 @@ namespace v2rayN.Handler
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
class ConfigHandler
|
class ConfigHandler
|
||||||
{
|
{
|
||||||
//private static string configRes = Global.ConfigFileName;
|
private static string configRes = Global.ConfigFileName;
|
||||||
private static readonly object objLock = new object();
|
private static readonly object objLock = new object();
|
||||||
private string configResPath = Utils.GetPath(Global.ConfigFileName);
|
|
||||||
|
|
||||||
#region ConfigHandler
|
#region ConfigHandler
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user