示例#1
0
        void HandleActionActivated(object sender, EventArgs e)
        {
            GPSProfile prof = m_profiles[((sender) as Gtk.Action).Name];

            m_Win.EditProfile(prof);
        }