示例#1
0
文件: NoteVM.cs 项目: pohe/NoteVM1011
 public void Add()
 {
     NoteCatalog.Add(SelectedNote);
     SelectedNote = null;
 }