C# Class NzbSearcher.ImdbWatchList

Show file Open project: Heimiko/NzbSearcher

Public Methods

Method Description
GetSelectedItem ( ) : WatchListItem
ImdbWatchList ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ImdbWatchList_Resize ( object sender, EventArgs e ) : void
ImdbWatchList_VisibleChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

RebuildList ( ) : void
RebuildListsCombo ( ) : void
cboMyLists_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmdAddList_Click ( object sender, EventArgs e ) : void
cmdDeleteItem_Click ( object sender, EventArgs e ) : void
cmdDeleteList_Click ( object sender, EventArgs e ) : void
cmdManageList_Click ( object sender, EventArgs e ) : void
cmdOpenOnIMDB_Click ( object sender, EventArgs e ) : void
cmdRefresh_Click ( object sender, EventArgs e ) : void
cmdSearch_Click ( object sender, EventArgs e ) : void
lstWatchList_ColumnClick ( object sender, ColumnClickEventArgs e ) : void
lstWatchList_KeyUp ( object sender, KeyEventArgs e ) : void
lstWatchList_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
lstWatchList_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

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

GetSelectedItem() public method

public GetSelectedItem ( ) : WatchListItem
return WatchListItem

ImdbWatchList() public method

public ImdbWatchList ( ) : System
return System