Метод | Описание | |
---|---|---|
DisplayErrorMessage ( string errorMessage ) : bool | ||
FinishedDownloadingFile ( bool isDownloadedFileValid ) : void |
Update UI to show file is downloaded and signature check result
|
|
ForceClose ( ) : void |
Force window close
|
|
NetSparkleDownloadProgress ( NetSparkleAppCastItem item, |
Constructor
|
|
OnDownloadProgressChanged ( object sender, |
|
|
SetDownloadAndInstallButtonEnabled ( bool shouldBeEnabled ) : void |
TODO
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
INetSparkleDownloadProgress ( ) : DialogResult |
Show the UI and waits
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NetSparkleDownloadProgress_FormClosing ( object sender, |
||
OnDownloadProgressChanged ( object sender, long bytesReceived, long totalBytesToReceive, int percentage ) : void |
Event called when the client download progress changes
|
|
OnInstallAndReLaunchClick ( object sender, |
Event called when the "Install and relaunch" button is clicked
|
|
buttonCancel_Click ( object sender, |
||
numBytesToUserReadableString ( long numBytes ) : string |
public DisplayErrorMessage ( string errorMessage ) : bool | ||
errorMessage | string | |
Результат | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public FinishedDownloadingFile ( bool isDownloadedFileValid ) : void | ||
isDownloadedFileValid | bool | |
Результат | void |
public NetSparkleDownloadProgress ( NetSparkleAppCastItem item, |
||
item | NetSparkleAppCastItem | |
applicationIcon | Your application Icon | |
Результат | System |
public OnDownloadProgressChanged ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public SetDownloadAndInstallButtonEnabled ( bool shouldBeEnabled ) : void | ||
shouldBeEnabled | bool | |
Результат | void |