mirror of https://github.com/2dust/v2rayN
Update ConfigHandler.cs
parent
c201d986c5
commit
3defba6290
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue