示例#1
0
	/// <summary> Create a new Generator object with a given property
	/// set. The property set will be duplicated.
	/// *
	/// </summary>
	/// <param name="Properties">properties object to help populate the control context.
	///
	/// </param>
	public Generator(ExtendedProperties props) {
	    this.props = (ExtendedProperties) props.Clone();
	}