C# 클래스 BF2Statistics.SetupManager

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 메소드들

메소드 설명
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