Example #1
0
			/// <summary>
			/// Initializes a new instance of the <see cref="PageFinance"/> class.
			/// </summary>
			/// <param name="gump">The gump.</param>
			public PageFinance(KinCityControlGump gump)
			{
				m_Gump = gump;
				((ICommitGumpEntity)this).LoadStateInfo();
			}
Example #2
0
			/// <summary>
			/// Initializes a new instance of the <see cref="PageDelegation"/> class.
			/// </summary>
			/// <param name="gump">The gump.</param>
			public PageDelegation(KinCityControlGump gump)
			{
				m_Gump = gump;
				((ICommitGumpEntity)this).LoadStateInfo();
			}