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

CommentView() public method

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