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