C# Class ApProg.UserInterface.Shell.UiCommand

Inheritance: ICommand
Show file Open project: JoKr2/ApProg

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
UiCommand ( Action action ) : 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

UiCommand() public method

public UiCommand ( Action action ) : System
action Action
return System