Exemplo n.º 1
0
 public void ShowInfo(eRANK_SHOWTYPE rank_showtype)
 {
     this.SetListInfo(rank_showtype);
     this.ShowList();
     this.ShowTargetInfo();
     this.Show();
 }
Exemplo n.º 2
0
 public void SetListInfo(eRANK_SHOWTYPE rank_showtype)
 {
     base.SetShowLayer(2, false);
     this.show_type = rank_showtype;
     if (rank_showtype == eRANK_SHOWTYPE.eRANK_SHOWTYPE_TOTALRANK)
     {
         base.SetShowLayer(1, true);
         this.SetListTotalRank();
     }
     else if (rank_showtype == eRANK_SHOWTYPE.eRANK_SHOWTYPE_FRIENDRANK)
     {
         base.SetShowLayer(1, false);
         this.SetListFriendRank();
     }
 }