Ejemplo n.º 1
0
 protected virtual void RegisterTouchViewCreator(IMvxTouchViewsContainer container)
 {
     Mvx.RegisterSingleton<IMvxTouchViewCreator>(container);
     Mvx.RegisterSingleton<IMvxCurrentRequest>(container);
 }
Ejemplo n.º 2
0
 protected virtual void RegisterTouchViewCreator(IMvxTouchViewsContainer container)
 {
     Mvx.RegisterSingleton <IMvxTouchViewCreator>(container);
     Mvx.RegisterSingleton <IMvxCurrentRequest>(container);
 }