C# Класс BF2Statistics.SetupManager

Показать файл Открыть проект

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

Метод Описание
Run ( ) : bool

Entry point... this will check if we are at the initial setup phase, and show the installation forms

ShowDatabaseSetupForm ( DatabaseMode Mode, Form Parent = null ) : void

Displays the Database configuration form for the selected database type (Stats or Gamespy)

ShowInstallForm ( ) : bool

Displays the Install / Program configuration form

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

Run() публичный статический Метод

Entry point... this will check if we are at the initial setup phase, and show the installation forms
public static Run ( ) : bool
Результат bool

ShowDatabaseSetupForm() публичный статический Метод

Displays the Database configuration form for the selected database type (Stats or Gamespy)
public static ShowDatabaseSetupForm ( DatabaseMode Mode, Form Parent = null ) : void
Mode DatabaseMode The database type
Parent System.Windows.Forms.Form The parent window to Dialog over
Результат void

ShowInstallForm() публичный статический Метод

Displays the Install / Program configuration form
public static ShowInstallForm ( ) : bool
Результат bool