Exemplo n.º 1
0
 public CommandMap(CommandService service)
 {
     _service = service;
     _root    = new CommandMapNode("");
 }