AODL.Document.Content.OfficeEvents.EventListeners.InitStandards C# (CSharp) Method

InitStandards() private method

Inits the standards.
private InitStandards ( ) : void
return void
		private void InitStandards()
		{
			this.Content				= new ContentCollection();
			this.Content.Inserted		+= Content_Inserted;
			this.Content.Removed		+= Content_Removed;
		}