C# Class NzbSearcher.frmAddNZB

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Heimiko/NzbSearcher Class Usage Examples

Public Methods

Method Description
frmAddNZB ( ISearchProvider prov, List Items ) : System
frmAddNZB ( string LocalNzbFile ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CombineNZBs ( string MasterFile, string AddNZBfile ) : void
CompareLength ( string x, string y ) : int
EnableControls ( bool bDownloading ) : void
GetCategoryIndexForNZB ( string NZB ) : int
InitializeComponent ( ) : void

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

ProcessFriendlyName ( ) : string
cboFriendly_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdOK_Click ( object sender, EventArgs e ) : void
frmAddNZB_Activated ( object sender, EventArgs e ) : void
frmAddNZB_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmAddNZB_Load ( object sender, EventArgs e ) : void
prov_DownloadCompleted ( ISearchProvider provider, NzbItem item, string TempFileName, string ErrorMessage ) : 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

frmAddNZB() public method

public frmAddNZB ( ISearchProvider prov, List Items ) : System
prov ISearchProvider
Items List
return System

frmAddNZB() public method

public frmAddNZB ( string LocalNzbFile ) : System
LocalNzbFile string
return System