示例#1
0
 public T GetCommandFromCommandButtons <T>() where T : CommandModelBase
 {
     return(CommandListingButtonsControl.GetCommandFromCommandButtons <T>(this));
 }
示例#2
0
 public CommandModelBase GetCommandFromCommandButtons()
 {
     return(CommandListingButtonsControl.GetCommandFromCommandButtons <CommandModelBase>(this));
 }