C# Class CrisisAtSwissStation.MenuOption

Afficher le fichier Open project: danielpcox/Crisis-at-Swiss-Station

Méthodes publiques

Méthode Description
MenuOption ( MenuOptionType type, string text, MenuCommand command ) : System
MenuOption ( MenuOptionType type, string text, MenuScreen link ) : System

Private Methods

Méthode Description
MenuOption ( MenuOptionType type, string text, MenuScreen link, MenuCommand command ) : System

Method Details

MenuOption() public méthode

public MenuOption ( MenuOptionType type, string text, MenuCommand command ) : System
type MenuOptionType
text string
command MenuCommand
Résultat System

MenuOption() public méthode

public MenuOption ( MenuOptionType type, string text, MenuScreen link ) : System
type MenuOptionType
text string
link MenuScreen
Résultat System