Méthode | Description | |
---|---|---|
AboutBoxForm ( string titleText ) : System |
Initializes a new instance of the class.
|
|
GetInvoker ( ) : ACAT.Lib.Core.Extensions.ExtensionInvoker |
Returns the extension invoker object
|
|
OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void |
Triggered when a widget is actuated.
|
|
OnPause ( ) : void |
Pause the scanner
|
|
OnResume ( ) : void |
Resume paused scanner
|
|
OnRunCommand ( string command, bool &handled ) : void |
Handles the command. There is only the OK button that we have to handle
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFormClosing ( |
Release resources
|
Méthode | Description | |
---|---|---|
Form_Closing ( object sender, |
Form is closing. Release resources
|
|
Form_Load ( object sender, |
Form loader handler
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
updateUserProfileInfo ( ) : void |
Updates user/profile info on the form
|
public AboutBoxForm ( string titleText ) : System | ||
titleText | string | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetInvoker ( ) : ACAT.Lib.Core.Extensions.ExtensionInvoker | ||
Résultat | ACAT.Lib.Core.Extensions.ExtensionInvoker |
public OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void | ||
widget | ACAT.Lib.Core.WidgetManagement.Widget | Which one triggered? |
Résultat | void |
protected OnFormClosing ( |
||
e | closing argument | |
Résultat | void |
public OnRunCommand ( string command, bool &handled ) : void | ||
command | string | command to execute |
handled | bool | was it handled? |
Résultat | void |