示例#1
0
文件: NoteVM.cs 项目: pohe/NoteVM1011
 //Action
 public void RemoveAt()
 {
     NoteCatalog.RemoveAt(SelectedIndex);
 }