C# Class javazoom.jl.decoder.Manager

Work in progress. Manages a number of controls.
显示文件 Open project: RHY3756547/FreeSO

Public Methods

Method Description
addControl ( Control c ) : void
removeAll ( ) : void
removeControl ( Control c ) : void

Method Details

addControl() public method

public addControl ( Control c ) : void
c Control
return void

removeAll() public method

public removeAll ( ) : void
return void

removeControl() public method

public removeControl ( Control c ) : void
c Control
return void