SIL.FieldWorks.XWorks.FwXWindow.OnFileProjectProperties C# (CSharp) Méthode

OnFileProjectProperties() protected méthode

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