SIL.FieldWorks.XWorks.FwXWindow.OnRestoreAProject C# (CSharp) 메소드

OnRestoreAProject() 보호된 메소드

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