AODL.Document.Import.OpenDocument.OpenDocumentImporter.TextContentProcessor_OnWarning C# (CSharp) Method

TextContentProcessor_OnWarning() private method

private TextContentProcessor_OnWarning ( AODL warning ) : void
warning AODL
return void
		private void TextContentProcessor_OnWarning(AODL.Document.Exceptions.AODLWarning warning)
		{
			this._importError.Add(warning);
		}
	}