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

OnFileProjectProperties() protected method

Display the project properties dialog
protected OnFileProjectProperties ( object command ) : bool
command object
return bool
		protected bool OnFileProjectProperties(object command)
		{
			LaunchProjPropertiesDlg(false);
			return true;
		}
FwXWindow