Example #1
0
 private void ClickEquipItem(IUIObject obj)
 {
     if (!this.m_kEquipItem.Value)
     {
         return;
     }
     this.m_eType = ExchangePointDlg.TYPE.TYPE_EQUIPITEM;
     base.SetShowLayer(1, false);
     base.SetShowLayer(2, true);
     this.ShowEquipList();
     this.InitSelectItemInfo();
     this.m_kEquipPointName.Visible = false;
 }
Example #2
0
 private void ClickTicket(IUIObject obj)
 {
     if (!this.m_kTicket.Value)
     {
         return;
     }
     this.m_eType = ExchangePointDlg.TYPE.TYPE_TICKET;
     base.SetShowLayer(1, true);
     base.SetShowLayer(2, false);
     this.InitSelectItemInfo();
     this.ShowTicketList();
     this.SetVisible(false);
 }