Animatroller.Framework.Import.BufferImporter.BufferImporter C# (CSharp) Method

BufferImporter() public method

public BufferImporter ( ) : System
return System
        public BufferImporter()
        {
            this.effectDataPerChannel = new Dictionary<IChannelIdentity, byte[]>();
        }