protected bool OnBackupThisProject(object arg) { SaveSettings(); // so they can be backed up! m_app.FwManager.BackupProject(m_app, this); return true; }