Longkong.ColorPicker.Controls.ColorSwatchPanel.Dispose C# (CSharp) Method

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void
        protected override void Dispose( bool disposing )
        {
            if( disposing ) {
                if( components != null )
                    components.Dispose();
            }
            base.Dispose( disposing );
        }