public DiscoverViewController (IntPtr handle) : base (handle)
        {
            Initialize();

            viewModel = ServiceLocator.Instance.Resolve<IDiscoverViewModel>();
            logger = ServiceLocator.Instance.Resolve<IAppInsights>();
        }
示例#2
0
        public DiscoverViewController(IntPtr handle) : base(handle)
        {
            Initialize();

            viewModel = ServiceLocator.Instance.Resolve <IDiscoverViewModel>();
            logger    = ServiceLocator.Instance.Resolve <IAppInsights>();
        }