Method | Description | |
---|---|---|
UpdateFiles ( ) : System |
Initializes a new instance of the UpdateFiles class.
|
Method | Description | |
---|---|---|
AddFile ( string fullName, string pathToFiles, bool impersonateAppDirectory ) : void |
Adds a file to the list.
|
|
AddFiles ( IList |
Adds multiple files to the
|
|
BrowseFolder ( object sender, |
Browses for a folder contains files to add to the
|
|
BrowseForFile ( object sender, |
Browses for a file to add to the
|
|
CalculateHash ( UpdateFile &file, string fileLocation = null ) : void |
Calculates the hash.
|
|
ChangeUI ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Changes the UI based on the selected
|
|
CheckHashGenerating ( ) : void |
Checks if a hash is generating.
|
|
ConvertPath ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void |
Converts a path to system variables.
|
|
DeleteItem ( object sender, System.Windows.Input.KeyEventArgs e ) : void |
Deletes an item from the
|
|
GetFileSize ( UpdateFile &file, string fileLocation = null ) : void |
Gets the size of the file.
|
|
HasErrors ( ) : bool |
Determines whether this instance has errors.
|
|
MoveOn ( object sender, |
Navigates to the next page if no errors exist.
|
|
NavigateToMainPage ( object sender, |
Navigates to the main page.
|
|
RemoveAllFiles ( object sender, |
Removes all files from the
|
|
RemoveFile ( object sender, |
Removes a files from the
|
|
UpdateFile ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Opens a dialog to browse for the selected file in the
|
|
UpdateHash ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Updates the hash for the selected
|
|
UpdateUI ( object sender, |
Updates the UI based on whether Aero Glass is enabled.
|
|
ValidateDownloadDirectory ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
Validates the download directory.
|
|
ValidateInstallDirectory ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
Validates the install directory.
|