C# Class StoryTeller.UserInterface.Controls.CommandButton

Interaction logic for CommandButton.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
CommandButton ( ) : System
CommandButton ( Icon icon, string text, ICommand command ) : System

Method Details

CommandButton() public méthode

public CommandButton ( ) : System
Résultat System

CommandButton() public méthode

public CommandButton ( Icon icon, string text, ICommand command ) : System
icon Icon
text string
command ICommand
Résultat System