AODL.Document.Styles.ListStyle.InitStandards C# (CSharp) Méthode

InitStandards() private méthode

Inits the standards.
private InitStandards ( ) : void
Résultat void
		private void InitStandards()
		{
			this.PropertyCollection				= new IPropertyCollection();
			this.PropertyCollection.Inserted	+= PropertyCollection_Inserted;
			this.PropertyCollection.Removed		+= PropertyCollection_Removed;
//			this.Document.Styles.Add(this);
		}