Beispiel #1
0
 protected override sealed MvxViewsContainer CreateViewsContainer()
 {
     var container = new MvxTouchViewsContainer();
     RegisterTouchViewCreator(container);
     return container;
 }
Beispiel #2
0
 protected void RegisterTouchViewCreator(MvxTouchViewsContainer container)
 {
     this.RegisterServiceInstance<IMvxTouchViewCreator>(container);
 }
 protected virtual void RegisterTouchViewCreator(MvxTouchViewsContainer container)
 {
     Mvx.RegisterSingleton<IMvxTouchViewCreator>(container);
     Mvx.RegisterSingleton<IMvxCurrentRequest>(container);
 }