C# Class mCleaner.ViewModel.ViewModel_About

Inheritance: ViewModelBase
Mostra file Open project: MicroHealthLLC/mCleaner

Public Methods

Method Description
ExtractZipAndUpdate ( string zipFilePath ) : void
ViewModel_About ( ) : System

Private Methods

Method 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 method

public ExtractZipAndUpdate ( string zipFilePath ) : void
zipFilePath string
return void

ViewModel_About() public method

public ViewModel_About ( ) : System
return System