C# 클래스 ClientLauncher.Usercontrols.PatchProgress

Interaction logic for PatchProgress.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: swganhtools/swganhclientlauncher 1 사용 예제들

Private Properties

프로퍼티 타입 설명
myPatcher_OnError void
myPatcher_PatchFunctionComplete void
myPatcher_PatchStepFired void

공개 메소드들

메소드 설명
PatchProgress ( ServerInfo siServerInfo, UserPreferences theUserPrefernces ) : System
StartPatch ( ) : void

비공개 메소드들

메소드 설명
myPatcher_OnError ( object sender, ErrorMessageEventArgs e ) : void
myPatcher_PatchFunctionComplete ( object sender, Patcher e ) : void
myPatcher_PatchStepFired ( object sender, Patcher e ) : void

메소드 상세

PatchProgress() 공개 메소드

public PatchProgress ( ServerInfo siServerInfo, UserPreferences theUserPrefernces ) : System
siServerInfo ServerInfo
theUserPrefernces UserPreferences
리턴 System

StartPatch() 공개 메소드

public StartPatch ( ) : void
리턴 void