C# Class Sanguosha.UI.Controls.SkillCommand

Inheritance: ViewModelBase, ICommand
ファイルを表示 Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
SkillCommand ( ) : System

Protected Methods

Method Description
SelectedChanged ( ) : void

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

SelectedChanged() protected method

protected SelectedChanged ( ) : void
return void

SkillCommand() public method

public SkillCommand ( ) : System
return System