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

OnFileProjectSharingLocation() protected method

Handle the File/Restore menu command
protected OnFileProjectSharingLocation ( object arg ) : bool
arg object
return bool
		protected bool OnFileProjectSharingLocation(object arg)
		{
			if (m_app.Cache.ProjectId.IsLocal)
				m_app.FwManager.FileProjectSharingLocation(m_app, this);
			return true;
		}
FwXWindow