C# 클래스 WebExtensionPack.InstallerProgress

상속: System.Windows.Window
파일 보기 프로젝트 열기: madskristensen/WebExtensionPack 1 사용 예제들

공개 메소드들

메소드 설명
InstallComplete ( string key ) : void
InstallerProgress ( string>.IEnumerable extensions, string message ) : System
SetMessage ( string message ) : void
StartDownloading ( string key ) : void

비공개 메소드들

메소드 설명
btnCancel_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

InstallComplete() 공개 메소드

public InstallComplete ( string key ) : void
key string
리턴 void

InstallerProgress() 공개 메소드

public InstallerProgress ( string>.IEnumerable extensions, string message ) : System
extensions string>.IEnumerable
message string
리턴 System

SetMessage() 공개 메소드

public SetMessage ( string message ) : void
message string
리턴 void

StartDownloading() 공개 메소드

public StartDownloading ( string key ) : void
key string
리턴 void