示例#1
0
        protected virtual void RegisterTvosViewCreator(IMvxIoCProvider iocProvider, IMvxTvosViewsContainer container)
        {
            ValidateArguments(iocProvider);

            iocProvider.RegisterSingleton <IMvxTvosViewCreator>(container);
            iocProvider.RegisterSingleton <IMvxCurrentRequest>(container);
        }
示例#2
0
 protected virtual void RegisterTvosViewCreator(IMvxTvosViewsContainer container)
 {
     Mvx.RegisterSingleton <IMvxTvosViewCreator>(container);
     Mvx.RegisterSingleton <IMvxCurrentRequest>(container);
 }
示例#3
0
 protected virtual void RegisterTvosViewCreator(IMvxTvosViewsContainer container)
 {
     Mvx.RegisterSingleton<IMvxTvosViewCreator>(container);
     Mvx.RegisterSingleton<IMvxCurrentRequest>(container);
 }