C# Class StoryTeller.UserInterface.Controls.CommandButton

Interaction logic for CommandButton.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
CommandButton ( ) : System
CommandButton ( Icon icon, string text, ICommand command ) : System

Method Details

CommandButton() public method

public CommandButton ( ) : System
return System

CommandButton() public method

public CommandButton ( Icon icon, string text, ICommand command ) : System
icon Icon
text string
command ICommand
return System