C# Class uTorrentNotifier.Program

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: ejholmes/uTorrent-Notifier

Public Methods

Method Description
Program ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
CheckForUpdates ( object sender ) : void
Close_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
Main ( ) : void
OnExit ( object sender, EventArgs e ) : void
PauseAll_Click ( object sender, EventArgs e ) : void
Settings_Click ( object sender, EventArgs e ) : void
StartAll_Click ( object sender, EventArgs e ) : void
uTorrent_UpdatedList ( List torrents ) : void
utorrent_DownloadComplete ( List finished ) : void
utorrent_LogOnError ( object sender, Exception e ) : void
utorrent_TorrentAdded ( List added ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Program() public method

public Program ( ) : System
return System