SIL.FieldWorks.IText.ParaDataUpdateTracker.NoteCurrentAnnotation C# (CSharp) Method

NoteCurrentAnnotation() protected method

protected NoteCurrentAnnotation ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void
occurrence SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
return void
		protected override void NoteCurrentAnnotation(AnalysisOccurrence occurrence)
		{
			m_currentAnnotation = occurrence;
			base.NoteCurrentAnnotation(occurrence);
		}