예제 #1
0
파일: NoteVM.cs 프로젝트: pohe/NoteVM1011
 //Action
 public void RemoveAt()
 {
     NoteCatalog.RemoveAt(SelectedIndex);
 }