C# Class NzbSearcher.ImdbWatchList

Afficher le fichier Open project: Heimiko/NzbSearcher

Méthodes publiques

Méthode Description
GetSelectedItem ( ) : WatchListItem
ImdbWatchList ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

GetSelectedItem() public méthode

public GetSelectedItem ( ) : WatchListItem
Résultat WatchListItem

ImdbWatchList() public méthode

public ImdbWatchList ( ) : System
Résultat System