C# Class Etupirka.ShowAppCommand

Inheritance: ICommand
ファイルを表示 Open project: Aixile/Etupirka

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ShowAppCommand ( MainWindow _m ) : System

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

ShowAppCommand() public method

public ShowAppCommand ( MainWindow _m ) : System
_m MainWindow
return System