Пример #1
0
        internal void Clear()
        {
            _item = null;

            Title.ClearValue(TextBlock.TextProperty);

            Answers.ClearValue(TextBlock.TextProperty);
            Followers.ClearValue(TextBlock.TextProperty);

            _tapped = null;
        }