C# Класс ClientLauncher.Usercontrols.PatchProgress

Interaction logic for PatchProgress.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

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