C# Class BF2Statistics.InstallForm

Inheritance: System.Windows.Forms.Form
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Protected Properties

Property Type Description
ClientInstallPath string
ServerInstallPath string

Public Methods

Method Description
InstallForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClientBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Client Path button is clicked... Opens the Dialog to select the Client executable

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SaveBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Save button is clicked

ServerBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Server Path button is clicked... Opens the Dialog to select the Server executable

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InstallForm() public method

public InstallForm ( ) : System
return System

Property Details

ClientInstallPath protected property

The installation path for the bf2 client
protected string ClientInstallPath
return string

ServerInstallPath protected property

The installation path for the dedicated server
protected string ServerInstallPath
return string