C# Class Game.MapsWindow

Defines a window of map choice.
Inheritance: EControl
Mostrar archivo Open project: DarrenHassan/GDM4242-GroupD

Protected Methods

Method Description
OnAttach ( ) : void
OnKeyDown ( KeyEvent e ) : bool

Private Methods

Method Description
RunMap ( string name ) : void
listBox_SelectedIndexChanged ( object sender ) : void

Method Details

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEvent e ) : bool
e KeyEvent
return bool