C# Class uTorrentNotifier.SettingsForm

Afficher le fichier Open project: ejholmes/uTorrent-Notifier Class Usage Examples

Méthodes publiques

Méthode Description
SettingsForm ( ClassRegistry classRegistry ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SetConfig ( ) : void
SettingsForm_Shown ( object sender, System e ) : void
btnBoxcarGetAPIKey_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnSendTestTweet_Click ( object sender, EventArgs e ) : void
btnStartAuthorization_Click ( object sender, EventArgs e ) : void
btnTwitterAuthorize_Click ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs 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

SettingsForm() public méthode

public SettingsForm ( ClassRegistry classRegistry ) : System
classRegistry ClassRegistry
Résultat System