Ejemplo n.º 1
0
 public void run()
 {
     var routes = Container.Current.get_a<RoutingTable>();
     var factory = new CommandFactory();
     routes.add(factory.match<Home>("Home.do"));
     routes.add(factory.match<Index>("Index.do"));
 }