This commit is contained in:
GG Z
2026-01-02 09:37:33 +08:00
parent 3bf2c78fbd
commit b717bc5ba1
11 changed files with 47 additions and 90 deletions

View File

@@ -84,10 +84,7 @@ namespace AddInManager
{
lock (typeof(AIM))
{
if (m_inst == null)
{
m_inst = new AIM();
}
m_inst ??= new AIM();
}
}
return m_inst;