示例#1
0
 public void CreateNewEditor(ToDoNote note = null)
 {
     titleLabelView.Hide();
     createButtonView.Hide();
     editorView.ReInit(note);
     editorView.Show();
 }