C# Класс ClientLauncher.Patcher

Наследование: IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CopyRequiredFiles void
Dispose void
FinishedGettingTRE void

Открытые методы

Метод Описание
Dispose ( ) : void
MessageBoxOK ( object sender, EventArgs e ) : void
PatchClient ( ServerInfo theServerInfo ) : void

Asynnchronously checks the files and compares them against the set of standard MD5 checksums

Patcher ( TextVariables theVariables, UserPreferences theUserPreferences ) : System

Приватные методы

Метод Описание
CopyRequiredFiles ( ServerInfo theServer ) : void
Dispose ( bool dispose ) : void
FinishedGettingTRE ( IAsyncResult theResult ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

MessageBoxOK() публичный Метод

public MessageBoxOK ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

PatchClient() публичный Метод

Asynnchronously checks the files and compares them against the set of standard MD5 checksums
public PatchClient ( ServerInfo theServerInfo ) : void
theServerInfo ServerInfo ServerInfo onject of the server to patch for
Результат void

Patcher() публичный Метод

public Patcher ( TextVariables theVariables, UserPreferences theUserPreferences ) : System
theVariables TextVariables
theUserPreferences UserPreferences
Результат System