mirror of
https://github.com/ShrlAlgo/AddinManager.git
synced 2026-03-07 16:38:56 +00:00
优化
This commit is contained in:
@@ -84,10 +84,7 @@ namespace AddInManager
|
||||
{
|
||||
lock (typeof(AIM))
|
||||
{
|
||||
if (m_inst == null)
|
||||
{
|
||||
m_inst = new AIM();
|
||||
}
|
||||
m_inst ??= new AIM();
|
||||
}
|
||||
}
|
||||
return m_inst;
|
||||
|
||||
Reference in New Issue
Block a user