Esempio n. 1
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();
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PageMaster"/> class.
 /// </summary>
 /// <param name="gump">The gump.</param>
 public PageMaster(KinCityControlGump gump)
 {
     m_Gump = gump;
     ((ICommitGumpEntity)this).LoadStateInfo();
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PageOverview"/> class.
 /// </summary>
 /// <param name="gump">The gump.</param>
 public PageOverview(KinCityControlGump gump)
 {
     m_Gump = gump;
     //no state for the overview
 }