Beispiel #1
0
 public JsonResult Load()
 {
     filedb.ReadAllNotepad();
     return(Json(new { filedb._list }, JsonRequestBehavior.AllowGet));
 }