Exemple #1
0
        private void ToolStripBtnUserPrefs_Click(object sender, EventArgs e)
        {
            UserPreferences     userPreferences = m_obdInterface.UserPreferences;
            UserPreferencesForm userForm        = new UserPreferencesForm(userPreferences);

            userForm.ShowDialog();
            m_obdInterface.SaveUserPreferences(userPreferences);
            userForm.Dispose();
        }