//This file generated automatically from the MARIUS LP system, please do not edit.

public class ClienteComando {

  public static void main(String [] args) {
     ManejadorComando mgr = new ManejadorComando();
     mgr.agregar(new Comando1());
     mgr.agregar(new Comando2());
     mgr.trabajar();
  }

} //End of class ClienteComando
