set => SetValue(QuestionProperty, value);
Example #2
0
 private void removeQuestion(string castQuestion)
 {
     QuestionProperty.Remove(castQuestion.Replace("Q:", ""));
 }