Ejemplo n.º 1
0
        public CommandToolButton AddToolButton(Command command)
        {
            var button = new CommandToolButton(command);

            AddToolButton(button, command.Category);
            return(button);
        }
Ejemplo n.º 2
0
 public CommandToolButton AddToolButton(Command command)
 {
     var button = new CommandToolButton(command);
     AddToolButton(button, command.Category);
     return button;
 }