AODL.Document.Content.Text.FormatedText.InitStandards C# (CSharp) Метод

InitStandards() приватный Метод

Inits the standards.
private InitStandards ( ) : void
Результат void
		private void InitStandards()
		{
			this.TextContent			= new ITextCollection();
			this.TextContent.Inserted	+= TextContent_Inserted;
			this.TextContent.Removed	+= TextContent_Removed;
		}