C# Class StoryTeller.UserInterface.Controls.OptionsMenu

Interaction logic for OptionsMenu.xaml
Inheritance: System.Windows.Controls.UserControl, IOptionsMenu
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
OptionsMenu ( ) : System
Refill ( IEnumerable actions ) : void
ShowOptions ( ) : void

Method Details

OptionsMenu() public méthode

public OptionsMenu ( ) : System
Résultat System

Refill() public méthode

public Refill ( IEnumerable actions ) : void
actions IEnumerable
Résultat void

ShowOptions() public méthode

public ShowOptions ( ) : void
Résultat void