Esempio n. 1
0
 public CommandAddedEventArgs(OuterCommand command) => Command = command;
Esempio n. 2
0
 public void AddCommand(OuterCommand commandInfo)
 {
     Commands.Add(commandInfo.Name, commandInfo);
     CommandAdded?.Invoke(this, new CommandAddedEventArgs(commandInfo));
 }
Esempio n. 3
0
 public void AddParameterCommand(OuterCommand command)
 {
 }