Beispiel #1
0
 private void ClickEquipItem(IUIObject obj)
 {
     if (!this.m_kEquipItem.Value)
     {
         return;
     }
     this.InitSelectItem();
     this.InitPoint();
     this.m_eType = ExchangeItemDlg.TYPE.TYPE_EXCHANGE_ITEM;
     base.SetShowLayer(1, false);
     base.SetShowLayer(2, true);
     base.SetShowLayer(3, false);
     this.ShowEquipList();
 }
Beispiel #2
0
 private void ClickTicket(IUIObject obj)
 {
     if (!this.m_kTicket.Value)
     {
         return;
     }
     this.InitSelectItem();
     this.InitPoint();
     this.m_eType = ExchangeItemDlg.TYPE.TYPE_EXCHANGE_TICKET;
     base.SetShowLayer(1, true);
     base.SetShowLayer(2, false);
     base.SetShowLayer(3, false);
     this.ShowTicketList();
 }