コード例 #1
0
ファイル: Generator.cs プロジェクト: DF-thangld/web_game
	/// <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();
	}