BaconographyWP8.View.CommentView.CommentView C# (CSharp) Метод

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

public CommentView ( ) : BaconographyPortable.Services
Результат BaconographyPortable.Services
        public CommentView()
        {
            using (ServiceLocator.Current.GetInstance<ISuspendableWorkQueue>().HighValueOperationToken)
            {
                this.InitializeComponent();
            }
        }