C# Class mCleaner.ViewModel.ViewModel_About

Inheritance: ViewModelBase
Afficher le fichier Open project: MicroHealthLLC/mCleaner

Méthodes publiques

Méthode Description
ExtractZipAndUpdate ( string zipFilePath ) : void
ViewModel_About ( ) : System

Private Methods

Méthode Description
CheckForUpdates ( ) : System.Threading.Tasks.Task
Command_Menu_CheckForUpdates_Click ( int i ) : void
Command_OK_Click ( ) : void
Command_ShowWindow_Click ( ) : void
Command_StartDownloading_Click ( ) : void
DownloadUpdate ( ) : System.Threading.Tasks.Task
client_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

Method Details

ExtractZipAndUpdate() public méthode

public ExtractZipAndUpdate ( string zipFilePath ) : void
zipFilePath string
Résultat void

ViewModel_About() public méthode

public ViewModel_About ( ) : System
Résultat System