SIL.FieldWorks.XWorks.FwXWindow.OnBackupThisProject C# (CSharp) Method

OnBackupThisProject() protected method

Handle the File/Backup and Restore menu command
protected OnBackupThisProject ( object arg ) : bool
arg object
return bool
		protected bool OnBackupThisProject(object arg)
		{
			SaveSettings(); // so they can be backed up!
			m_app.FwManager.BackupProject(m_app, this);
			return true;
		}
FwXWindow