Exemplo n.º 1
0
 public void Init(Net.PkgGoodsInfo equip)
 {
     Attrs       = new Attributes();
     BasicAttrs  = new ActorAttribute();
     LegendAttrs = new EquipAttributes();
     if (equip != null)
     {
         //处理LegendAttrs
     }
 }
Exemplo n.º 2
0
        public EquipInfo(Net.PkgGoodsInfo equip)
        {
            EquipId     = equip.gid;
            IsInstalled = false;
            Init(equip);
//             if (equip.equip != null)
//             {
//                 IsInstalled = equip.equip.index == 0 ? true : false;
//             }
        }