C# Class SensorShare.Compact.ServerConfig

Afficher le fichier Open project: MarkPaxton/SensorShare3 Class Usage Examples

Private Properties

Свойство Type Description
DoUpdateImageBoxInvoke void
InitializeComponent void
UpdateImageBox void
newImageLinkLabel_Click void

Méthodes publiques

Méthode Description
ServerConfig ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DoUpdateImageBoxInvoke ( Bitmap newImage ) : void
InitializeComponent ( ) : void

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

UpdateImageBox ( Bitmap newImage ) : void
newImageLinkLabel_Click ( object sender, EventArgs 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

ServerConfig() public méthode

public ServerConfig ( ) : System
Résultat System