Beispiel #1
0
 public void SaveAction()
 {
     titleLabelView.Show();
     createButtonView.Show();
     editorView.Hide();
     isDirty = true;
 }
Beispiel #2
0
 public QuestionView <T> SetContext(string text)
 {
     contextLabel.SetText(text);
     contextLabel.Show();
     return(this);
 }