C# Class GameMenu.FormJoinMultiplayer

Inheritance: IForm
Show file Open project: henon/manic_digger

Public Properties

Property Type Description
game Game
menu MenuWindow

Public Methods

Method Description
Initialize ( ) : void
Render ( ) : void
StartRefreshing ( ) : void
refreshjoin ( ) : void

Private Methods

Method Description
AddListboxRow ( string text, int x, int y, int columnwidths, int id, Color color ) : void
InitializeWidgets ( ) : void
Trim ( string s, int length ) : string

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Render() public method

public Render ( ) : void
return void

StartRefreshing() public method

public StartRefreshing ( ) : void
return void

refreshjoin() public method

public refreshjoin ( ) : void
return void

Property Details

game public property

public Game game
return Game

menu public property

public MenuWindow,GameMenu menu
return MenuWindow