mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36:20 +00:00
Avoid misusing constructors.
This commit is contained in:
parent
398dbbd2e5
commit
b25f47dfae
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace v2rayN.Handler
|
||||||
public ConcurrentBag<ProfileExItem> ProfileExs => _lstProfileEx;
|
public ConcurrentBag<ProfileExItem> ProfileExs => _lstProfileEx;
|
||||||
public static ProfileExHandler Instance => _instance.Value;
|
public static ProfileExHandler Instance => _instance.Value;
|
||||||
|
|
||||||
public ProfileExHandler()
|
private ProfileExHandler()
|
||||||
{
|
{
|
||||||
Init();
|
Init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue