Свойство | Тип | Описание | |
---|---|---|---|
confirm | |||
health | int | ||
playerNum | int | ||
pointsToWin | int |
Метод | Описание | |
---|---|---|
ServerSideMenu ( ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
IHealth_TextChanged ( object sender, EventArgs e ) : void |
IHealth_TextChanged. This method is called when the user enters a number for health. It checks to make sure that a number is entered, and throws an exception if an incorrect format is entered. It sets the health value.
|
|
IPlayerNumbers_SelectedIndexChanged ( object sender, EventArgs e ) : void |
IPlayerNumbers_SelectedIndexChanged. This method is called when the user selects an item from the dropdown list. It sets the playerNum.
|
|
IPoints_TextChanged ( object sender, EventArgs e ) : void |
IPoints_TextChanged. This method is called when the user enters a number for the points. It checks to make sure that the value entered is in the correct format and throws an error if not. It modifies the pointsToWin.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
Start_Click ( object sender, EventArgs e ) : void |
Start_Click. This method is called when the user clicks on the "Start" Button. It creates a new serverConfirm form and closes this form iff the user selected yes from the confirm form.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |