Méthode | Description | |
---|---|---|
Prompt ( String fileUrl, List |
Creates an update dialog to prompt the user
|
|
UpdateAvailableDialog ( String fileUrl, IReadOnlyList |
Initializes the dialog
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
DownloadAndInstall ( int size ) : void |
Downloads and installs the newest version
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LogUpdate ( ) : void |
Log the update using Google Analytics
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public static Prompt ( String fileUrl, List |
||
fileUrl | String | The URL of the new version to download |
contracts | List |
The response received from the SDownload regarding the new version |
Résultat | void |
public UpdateAvailableDialog ( String fileUrl, IReadOnlyList |
||
fileUrl | String | The URL of the new version to download |
contracts | IReadOnlyList |
The response received from the SDownload regarding the new version |
Résultat | System |