コード例 #1
0
ファイル: NoteVM.cs プロジェクト: pohe/NoteVM1011
 //Action
 public void RemoveAt()
 {
     NoteCatalog.RemoveAt(SelectedIndex);
 }