mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 05:38:51 +00:00
Update ConfigHandler.cs
This commit is contained in:
parent
c201d986c5
commit
3defba6290
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue