MainMenu Methods

Fight Game AI Demo

MainMenu Methods

The MainMenu type exposes the following members.

Methods
  Name Description
Private method btnFightScreen_Click
Handles the Click event of the btnFightScreen control. Opens the AI Fight game form
Private method btnQuit_Click
Handles the Click event of the btnQuit control. Closes the application
Protected method Dispose
Clean up any resources being used.
(Overrides FormDispose(Boolean).)
Private method FightGameForm_Load
Handles the Load event of the FightGameForm control.
Private method InitializeComponent
Required method for Designer support - do not modify the contents of this method with the code editor.
Top
See Also