BaconographyWP8.Common.RedditViewPivotControl.RedditViewPivotControl C# (CSharp) Метод

RedditViewPivotControl() публичный Метод

public RedditViewPivotControl ( ) : BaconographyPortable.Services
Результат BaconographyPortable.Services
        public RedditViewPivotControl()
        {
            _viewModelContextService = ServiceLocator.Current.GetInstance<IViewModelContextService>();
            _suspendableWorkQueue = ServiceLocator.Current.GetInstance<ISuspendableWorkQueue>();
        }