Aurora.Addon.HyperGrid.RobustOpenProfileModule.Init C# (CSharp) 메소드

Init() 공개 메소드

public Init ( string remoteURL, IRegistryCore registry ) : void
remoteURL string
registry IRegistryCore
리턴 void
        public void Init(string remoteURL, IRegistryCore registry)
        {
            m_registry = registry;
            m_ProfileServer = remoteURL;
        }