MCAEmotiv.GUI.Controls.StimulusClassPanel.Dispose C# (CSharp) Method

Dispose() protected method

Disposes the control
protected Dispose ( bool disposing ) : void
disposing bool
return void
        protected override void Dispose(bool disposing)
        {
            if (disposing)
            {
                this.folderDialog.Dispose();
                this.fileDialog.Dispose();
            }
            base.Dispose(disposing);
        }