C# Class NzbSearcher.frmAutoDownload

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Heimiko/NzbSearcher Class Usage Examples

Méthodes publiques

Méthode Description
frmAutoDownload ( ) : System
frmAutoDownload ( AutoEpisode ep ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FromScreen ( ) : void
InitScreen ( ) : void
InitializeComponent ( ) : void

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

UpdateControls ( ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdOK_Click ( object sender, EventArgs e ) : void
lblRegExHelp_Click ( object sender, EventArgs e ) : void
scrEpisode_Scroll ( object sender, ScrollEventArgs e ) : void
scrSeason_Scroll ( object sender, ScrollEventArgs e ) : void
txtEpisodeNr_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtEpisodeNr_TextChanged ( object sender, EventArgs e ) : void
txtFriendlyName_TextChanged ( object sender, EventArgs e ) : void
txtName_TextChanged ( object sender, EventArgs e ) : void
txtSearch_TextChanged ( object sender, EventArgs e ) : void
txtSeasonNr_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtSeasonNr_TextChanged ( object sender, EventArgs 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

frmAutoDownload() public méthode

public frmAutoDownload ( ) : System
Résultat System

frmAutoDownload() public méthode

public frmAutoDownload ( AutoEpisode ep ) : System
ep AutoEpisode
Résultat System