Example #1
0
		/// <summary>
		/// Inits the standards.
		/// </summary>
		private void InitStandards()
		{
			this.RowCollection		= new RowCollection();

			this.RowCollection.Inserted	+= RowCollection_Inserted;
			this.RowCollection.Removed	+= RowCollection_Removed;
		}