Method | Description | |
---|---|---|
Program ( String args ) : System |
Set up the helper service and check for extension installation and updates
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes of the tray icon before disposing of itself
|
|
OnClosing ( System e ) : void |
Closes any open forms before closing itself
|
|
OnLoad ( |
This form should not be visible to the user, contains no data
|
Method | Description | |
---|---|---|
CheckVersion ( bool force = false ) : void |
Checks if the current version is the newest version
|
|
ConfirmExitApplication ( object sender, |
Checks if confirmation is needed before exiting, then exits. (Unless cancelled by the user)
|
|
Exit ( ) : void |
Fully exits the application
|
|
IsAlreadyRunning ( ) : bool |
Check if SDownload is already running
|
|
Main ( String args ) : void | ||
OpenUrlInBrowser ( String url ) : void |
Opens a url in Chrome
|
|
ShowSettings ( object sender, |
Show the settings form, creating one of it doesn't already exist
|
|
ValidateChromeInstallation ( ) : void |
Check for a Google Chrome installation and make sure the helper extension is installed
|
protected OnLoad ( |
||
e | Not used | |
return | void |