AODL.Document.Content.EmbedObjects.EmbedObjectHandler.EmbedObjectHandler C# (CSharp) Метод

EmbedObjectHandler() публичный Метод

the constructor
public EmbedObjectHandler ( IDocument document ) : System
document IDocument
Результат System
		public EmbedObjectHandler(IDocument document)
		{
			this.Document =document;
		}