BaconographyWP8.Common.RedditViewPivotControl.RedditViewPivotControl C# (CSharp) Method

RedditViewPivotControl() public method

public RedditViewPivotControl ( ) : BaconographyPortable.Services
return BaconographyPortable.Services
        public RedditViewPivotControl()
        {
            _viewModelContextService = ServiceLocator.Current.GetInstance<IViewModelContextService>();
            _suspendableWorkQueue = ServiceLocator.Current.GetInstance<ISuspendableWorkQueue>();
        }