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

GetMainWindowCaption() public method

Gets the string that will go in the caption of the main window.
public GetMainWindowCaption ( SIL.FieldWorks.FDO.FdoCache cache ) : string
cache SIL.FieldWorks.FDO.FdoCache
return string
		public string GetMainWindowCaption(FdoCache cache)
		{
			string sCaption = m_delegate.GetMainWindowCaption(cache);
			return sCaption ?? Text;
		}
FwXWindow