Animatroller.Framework.Expander.MonoExpanderBaseInstance.Initialize C# (CSharp) Method

Initialize() private method

private Initialize ( string expanderSharedFiles, string instanceId, Action sendAction ) : void
expanderSharedFiles string
instanceId string
sendAction Action
return void
        internal void Initialize(string expanderSharedFiles, string instanceId, Action<object> sendAction)
        {
            this.expanderSharedFiles = expanderSharedFiles;
            this.instanceId = instanceId;
            this.sendAction = sendAction;
        }