C# Class ClientLauncher.Usercontrols.PatchProgress

Interaction logic for PatchProgress.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: swganhtools/swganhclientlauncher Class Usage Examples

Private Properties

Свойство Type Description
myPatcher_OnError void
myPatcher_PatchFunctionComplete void
myPatcher_PatchStepFired void

Méthodes publiques

Méthode Description
PatchProgress ( ServerInfo siServerInfo, UserPreferences theUserPrefernces ) : System
StartPatch ( ) : void

Private Methods

Méthode 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 méthode

public PatchProgress ( ServerInfo siServerInfo, UserPreferences theUserPrefernces ) : System
siServerInfo ServerInfo
theUserPrefernces UserPreferences
Résultat System

StartPatch() public méthode

public StartPatch ( ) : void
Résultat void