AODL.Document.Content.Charts.ChartSeries.InitStandards C# (CSharp) Méthode

InitStandards() private méthode

private InitStandards ( ) : void
Résultat void
		private void InitStandards()
		{
			this.Content			= new ContentCollection();
			this.Content.Inserted	+= Content_Inserted;
			this.Content.Removed	+= Content_Removed;
		}