C# Class iTunesAgent.UI.PlaylistsPanel

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: notpod/Notpod Class Usage Examples

Public Methods

Method Description
AddAssociationButton_Click ( object sender, EventArgs e ) : void
EditAssociationsButton_Click ( object sender, EventArgs e ) : void
PlaylistsPanel ( ) : System
PlaylistsPanel_Load ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateAssociationCountForControl ( PlaylistAssociationControl control, DeviceCollection deviceCollection ) : void

Method Details

AddAssociationButton_Click() public method

public AddAssociationButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EditAssociationsButton_Click() public method

public EditAssociationsButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

PlaylistsPanel() public method

public PlaylistsPanel ( ) : System
return System

PlaylistsPanel_Load() public method

public PlaylistsPanel_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void