A Sandcastle Documented Class Library
MainMenubtnQuit_Click Method |
Handles the Click event of the btnQuit control.
Closes the application
Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)

C#
private void btnQuit_Click( Object sender, EventArgs e )
Parameters
- sender
- Type: SystemObject
The source of the event. - e
- Type: SystemEventArgs
The EventArgs instance containing the event data.
