public static RegionManage GetInstance() { if (m_Instance == null) { lock (m_LockObj) { if (m_Instance == null) { m_Instance = new RegionManage(); } } } return m_Instance; }
public void Dispose() { m_MemeberDataCache.Clear(); m_ControlMapping.Clear(); m_Instance = null; }