Method | Description | |
---|---|---|
ArchiveInvalidationView ( ArchiveInvalidationBase p_aitArchiveInvalidation ) : System.Windows.Forms |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
ConfirmAiDisabling ( ) : bool |
Confirms that the user wishes to disable AI.
|
|
ConfirmAiEnabling ( ) : bool |
Confirms that the user wishes to enable AI.
|
|
OnClosing ( |
Raises the Form.Closing event. This cancels the closing event, and hides the form instead. This is done as this form should always be reused. |
|
SetVisibleCore ( bool value ) : void |
Sets the visibility of the form. This ensures the form is never visible. |
public ArchiveInvalidationView ( ArchiveInvalidationBase p_aitArchiveInvalidation ) : System.Windows.Forms | ||
p_aitArchiveInvalidation | ArchiveInvalidationBase | The |
return | System.Windows.Forms |
protected OnClosing ( |
||
e | A |
|
return | void |
protected SetVisibleCore ( bool value ) : void | ||
value | bool | Whether the form should be visible. Always ignored. |
return | void |