Ejemplo n.º 1
0
 public RouteInfo(RouteContext routeContext) : this(routeContext.ViewModel, routeContext.Route)
 {
 }
Ejemplo n.º 2
0
 public RoutingEventArgs(RouteContext toContext, string fromRoute, object fromVm)
 {
     To   = new RouteInfo(toContext);
     From = new RouteInfo(fromVm, fromRoute);
 }