예제 #1
0
 protected virtual void RegisterTouchViewCreator(IMvxTouchViewsContainer container)
 {
     Mvx.RegisterSingleton<IMvxTouchViewCreator>(container);
     Mvx.RegisterSingleton<IMvxCurrentRequest>(container);
 }
예제 #2
0
 protected virtual void RegisterTouchViewCreator(IMvxTouchViewsContainer container)
 {
     Mvx.RegisterSingleton <IMvxTouchViewCreator>(container);
     Mvx.RegisterSingleton <IMvxCurrentRequest>(container);
 }