Свойство | Тип | Описание | |
---|---|---|---|
DownloadReleaseNotes | string | ||
GetReleaseNotes | string | ||
INetSparkleForm | void | ||
InitializeComponent | void | ||
OnRemindClick | void | ||
OnSkipButtonClick | void | ||
OnUpdateButtonClick | void | ||
getVersion | string |
Метод | Описание | |
---|---|---|
NetSparkleForm ( |
Constructor
|
|
RemoveReleaseNotesControls ( ) : void |
Removes the release notes control
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
DownloadReleaseNotes ( string link ) : string | ||
GetReleaseNotes ( NetSparkleAppCastItem item ) : string | ||
INetSparkleForm ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnRemindClick ( object sender, |
Event called when the "remind me later" button is clicked
|
|
OnSkipButtonClick ( object sender, |
Event called when the skip button is clicked
|
|
OnUpdateButtonClick ( object sender, |
Called when the "Update button" is clicked
|
|
getVersion ( System.Version version ) : string |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public NetSparkleForm ( |
||
sparkle | ||
items | NetSparkleAppCastItem | List of updates to show |
applicationIcon | The icon | |
separatorTemplate | string | HTML template for every single note. Use {0} = Version. {1} = Date. {2} = Note Body |
headAddition | string | Additional text they will inserted into HTML Head. For Stylesheets. |
Результат | System |
public RemoveReleaseNotesControls ( ) : void | ||
Результат | void |