Ejemplo n.º 1
0
 private void InitInfoGroup(UIList campInfoList, EUICampType campType)
 {
     if (campInfoList == null)
     {
         return;
     }
     campInfoList.Clear();
     InitAllRecordInfo(campInfoList, campType);
     campInfoList.CreatItemObj();
 }
Ejemplo n.º 2
0
 private void InitTitleList(UIList titleList, EUICampType campType)
 {
     if (titleList == null)
     {
         return;
     }
     titleList.Clear();
     InitTitleInfo(titleList, campType);
     titleList.CreatItemObj();
 }