fCraft.ConfigGUI.MainForm.Dispose C# (CSharp) 메소드

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void
        protected override void Dispose( bool disposing ) {
            if( disposing && (components != null) ) {
                components.Dispose();
            }
            bold.Dispose();
            base.Dispose( disposing );
        }
MainForm