示例#1
0
 protected void btnEdit_Click(object sender, ImageClickEventArgs e)
 {
     Notes.Operation = "Edit";
     Notes.EditNode();
     SetViewStates("Edit");
 }