C# Класс BF2Statistics.InstallForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
ClientInstallPath string
ServerInstallPath string

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

Метод Описание
InstallForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
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

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public InstallForm ( ) : System
Результат System

Описание свойств

ClientInstallPath защищенное свойство

The installation path for the bf2 client
protected string ClientInstallPath
Результат string

ServerInstallPath защищенное свойство

The installation path for the dedicated server
protected string ServerInstallPath
Результат string