Example #1
0
 protected void SetupRoutings()
 {
     RoutingService = new MvxRoutingService(MockDispatcher.Object);
 }
Example #2
0
 public MainViewModel(IMvxRoutingService routingService)
 {
     _routingService = routingService;
 }