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

LinkView() public method

public LinkView ( ) : BaconographyPortable.Services
return BaconographyPortable.Services
        public LinkView()
        {
            using (ServiceLocator.Current.GetInstance<ISuspendableWorkQueue>().HighValueOperationToken)
            {
                this.InitializeComponent();
            }
        }