C# 클래스 mCleaner.ViewModel.ViewModel_About

상속: ViewModelBase
파일 보기 프로젝트 열기: MicroHealthLLC/mCleaner

공개 메소드들

메소드 설명
ExtractZipAndUpdate ( string zipFilePath ) : void
ViewModel_About ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ExtractZipAndUpdate() 공개 메소드

public ExtractZipAndUpdate ( string zipFilePath ) : void
zipFilePath string
리턴 void

ViewModel_About() 공개 메소드

public ViewModel_About ( ) : System
리턴 System