public Collection_8297()
 {
     this.McuCount = 0;
     this.cLedId   = 0U;
     this.cMBId    = MBIdentify.UnknownMB;
     this.mapXml   = this.mapXml.Insert(0, this.mCurrentPath);
 }
 public void Add(MCU_8297 m97)
 {
     if (this.cLedId == 0U)
     {
         this.cLedId = m97.m_LedId;
     }
     if (this.cMBId == MBIdentify.UnknownMB)
     {
         this.cMBId = m97.MbId2;
     }
     this.lstM97.Add(m97);
     this.McuCount = this.lstM97.Count;
 }