C# Class BF2Statistics.SetupManager

Show file Open project: BF2Statistics/ControlCenter

Public Methods

Method Description
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

Method Details

Run() public static method

Entry point... this will check if we are at the initial setup phase, and show the installation forms
public static Run ( ) : bool
return bool

ShowDatabaseSetupForm() public static method

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
return void

ShowInstallForm() public static method

Displays the Install / Program configuration form
public static ShowInstallForm ( ) : bool
return bool