示例#1
0
 void HandleReceiveActionActivated(object sender, EventArgs e)
 {
     m_Win.App.AppConfig.GPSProf = ((sender) as Gtk.Action).Name;
     m_Win.SetLastGPS(((sender) as Gtk.Action).Name, m_Win.App.Profiles.GetActiveProfile().FieldNotesFile != null);
     m_Win.ReceiveGPSFieldNotes();
 }