SIL.FieldWorks.XWorks.FwXWindow.OnFileProjectProperties C# (CSharp) Метод

OnFileProjectProperties() защищенный Метод

Display the project properties dialog
protected OnFileProjectProperties ( object command ) : bool
command object
Результат bool
		protected bool OnFileProjectProperties(object command)
		{
			LaunchProjPropertiesDlg(false);
			return true;
		}
FwXWindow