Exemplo n.º 1
0
 public ShapeToolEventArgs(CommandObject id)
 {
     _command = id;
 }
Exemplo n.º 2
0
 public void Connect(MetroToolStripButton item, CommandObject command, DrawPadAction action)
 {
     item.Tag = command;
     Connect(item, action);
 }