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

OnWritingSystemProperties() public method

Display the project properties dialog, but starting with the WS page.
public OnWritingSystemProperties ( object arg ) : bool
arg object
return bool
		public bool OnWritingSystemProperties(object arg)
		{
			CheckDisposed();

			LaunchProjPropertiesDlg(true);
			return true;
		}
FwXWindow