IMainViewShowManualVersionCheckResult Method |
Show the result of a manual check for a new version of the application to the user.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowManualVersionCheckResult(
bool newVersionAvailable
)
Sub ShowManualVersionCheckResult (
newVersionAvailable As Boolean
)
void ShowManualVersionCheckResult(
bool newVersionAvailable
)
abstract ShowManualVersionCheckResult :
newVersionAvailable : bool -> unit
Parameters
- newVersionAvailable
- Type: SystemBoolean
See Also