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;
		}