Animatroller.Framework.Import.DmxPlayback.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            if (this.file != null)
            {
                this.file.Dispose();

                this.file = null;
            }
        }