Méthode | Description | |
---|---|---|
CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void |
Handles a certificate validation error.
|
|
ServerForm ( ) : System |
Creates an empty form.
|
|
ServerForm ( ApplicationInstance application ) : System |
Creates a form which displays the status for a UA server.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
GetAppIcon ( ) : |
Gets the application icon.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ServerForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
ServerForm_Resize ( object sender, |
||
Server_ExitMI_Click ( object sender, |
||
TrayIcon_DoubleClick ( object sender, |
||
TrayIcon_MouseMove ( object sender, MouseEventArgs e ) : void | ||
contentsToolStripMenuItem_Click ( object sender, |
||
exitToolStripMenuItem_Click ( object sender, |
public CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void | ||
validator | CertificateValidator | |
e | CertificateValidationEventArgs | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public ServerForm ( ApplicationInstance application ) : System | ||
application | ApplicationInstance | |
Résultat | System |