Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
withSIX
Play
Applications
ViewModels
SimpleCommand
C# Class withSIX.Play.Applications.ViewModels.SimpleCommand
Inheritance:
ICommand
显示文件
Open project: SIXNetworks/withSIX.Desktop
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
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