BaconographyWP8.View.LinkedPictureView.LinkedPictureView C# (CSharp) Method

LinkedPictureView() public method

public LinkedPictureView ( ) : BaconographyPortable.Common
return BaconographyPortable.Common
        public LinkedPictureView()
        {
            using (ServiceLocator.Current.GetInstance<ISuspendableWorkQueue>().HighValueOperationToken)
            {
                this.InitializeComponent();
            }
            _viewModelContextService = ServiceLocator.Current.GetInstance<IViewModelContextService>();
            _smartOfflineService = ServiceLocator.Current.GetInstance<ISmartOfflineService>();
            _saveCommand = new RelayCommand(SaveImage_Tap);
        }