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

OnRestoreAProject() protected method

Handle the File/Backup and Restore menu command
protected OnRestoreAProject ( object arg ) : bool
arg object
return bool
		protected bool OnRestoreAProject(object arg)
		{
			m_app.FwManager.RestoreProject(m_app, this);
			return true;
		}
FwXWindow