AODL.Document.Content.Charts.Chart.InitStandards C# (CSharp) Метод

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

private InitStandards ( ) : void
Результат void
		private void InitStandards()
		{
			this.Content			= new ContentCollection();
			//this.Content.Inserted	+=new CollectionWithEvents.CollectionChange(Content_Inserted);
			//this.Content.Removed	+=new CollectionWithEvents.CollectionChange(Content_Removed);
		}