C# Class ClientLauncher.Usercontrols.PatchProgress

Interaction logic for PatchProgress.xaml
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: swganhtools/swganhclientlauncher Class Usage Examples

Private Properties

Property Type Description
myPatcher_OnError void
myPatcher_PatchFunctionComplete void
myPatcher_PatchStepFired void

Public Methods

Method Description
PatchProgress ( ServerInfo siServerInfo, UserPreferences theUserPrefernces ) : System
StartPatch ( ) : void

Private Methods

Method Description
myPatcher_OnError ( object sender, ErrorMessageEventArgs e ) : void
myPatcher_PatchFunctionComplete ( object sender, Patcher e ) : void
myPatcher_PatchStepFired ( object sender, Patcher e ) : void

Method Details

PatchProgress() public method

public PatchProgress ( ServerInfo siServerInfo, UserPreferences theUserPrefernces ) : System
siServerInfo ServerInfo
theUserPrefernces UserPreferences
return System

StartPatch() public method

public StartPatch ( ) : void
return void