C# Class uTorrentNotifier.Twitter

Datei anzeigen Open project: ejholmes/uTorrent-Notifier Class Usage Examples

Public Methods

Method Description
Twitter ( Config twitterConfig ) : System
Update ( string message ) : void

Private Methods

Method Description
bw_Update ( object sender, DoWorkEventArgs e ) : void

Method Details

Twitter() public method

public Twitter ( Config twitterConfig ) : System
twitterConfig Config
return System

Update() public method

public Update ( string message ) : void
message string
return void