示例#1
0
 internal void ExecuteCommand()
 {
     c.Action();
 }
示例#2
0
 public void ExecuteCommand()
 {
     _command.Action();
 }