C# Class stikkPop.Configure

Afficher le fichier Open project: Wirehive/stikkPop Class Usage Examples

Méthodes publiques

Méthode Description
Configure ( ) : System
GetUri ( string s ) : Uri

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CancelBtn_Click ( object sender, EventArgs e ) : void
Configure_Load ( object sender, EventArgs e ) : void
EndpointBox_KeyUp ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

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

SaveBtn_Click ( object sender, EventArgs e ) : void
TestHTTP200 ( string url = "empty" ) : void
TestHTTP200TimerEnd ( Object myObject, EventArgs myEventArgs ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
logOutButton_Click ( object sender, EventArgs e ) : void
updateImgurAuthenticatedVisibility ( ) : void
validateImgurPIN ( object sender, EventArgs e ) : void

Method Details

Configure() public méthode

public Configure ( ) : System
Résultat System

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

GetUri() public static méthode

public static GetUri ( string s ) : Uri
s string
Résultat Uri