MainMenu.btnFightScreen_Click Method

Fight Game AI Demo

MainMenubtnFightScreen_Click Method
Handles the Click event of the btnFightScreen control. Opens the AI Fight game form

Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void btnFightScreen_Click(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also