C# Class Game.MultiplayerLoginWindow

Inheritance: EControl
Mostrar archivo Open project: DarrenHassan/GDM4242-GroupD

Protected Methods

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

Private Methods

Method Description
Client_ConnectionStatusChanged ( NetworkClient sender, NetworkConnectionStatuses status ) : void
Connect_Click ( EButton sender ) : void
CreateServer_Click ( EButton sender ) : void
DisposeClient ( ) : void
Exit_Click ( EButton sender ) : void
RemoveEventsForClient ( ) : void
SetInfo ( string text, bool error ) : void
editBoxConnectTo_TextChange ( EControl sender ) : void
editBoxUserName_TextChange ( EControl sender ) : void

Method Details

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnDetach() protected method

protected OnDetach ( ) : void
return void

OnKeyDown() protected method

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