C# Class GameMenu.FormJoinMultiplayer

Inheritance: IForm
Afficher le fichier Open project: henon/manic_digger

Méthodes publiques

Свойство Type Description
game Game
menu MenuWindow

Méthodes publiques

Méthode Description
Initialize ( ) : void
Render ( ) : void
StartRefreshing ( ) : void
refreshjoin ( ) : void

Private Methods

Méthode 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 méthode

public Initialize ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

StartRefreshing() public méthode

public StartRefreshing ( ) : void
Résultat void

refreshjoin() public méthode

public refreshjoin ( ) : void
Résultat void

Property Details

game public_oe property

public Game game
Résultat Game

menu public_oe property

public MenuWindow,GameMenu menu
Résultat MenuWindow