SIL.FieldWorks.Common.RootSites.CollectorEnv.OpenParagraph C# (CSharp) Method

OpenParagraph() public method

Nothing to do here.
public OpenParagraph ( ) : void
return void
		public virtual void OpenParagraph()
		{
			OpenFlowObject();
			m_fIsParaOpen = true;
		}