示例#1
0
 private void SaveNotes()
 {
     current.Notes = editorWidget.Text;
     m_Win.App.CacheStore.AddWaypointOrCache(current, true, false);
     saveButton.Sensitive = false;
     m_Win.QueueDraw();
 }