Example #1
0
 //删除笔记
 public bool DeleteNote(int id)
 {
     inote.DeleteNote(id);
     return(true);
 }