Example #1
0
 public TranceiverValidator(CollectionsModel model)
 {
     this.m_Model = model;
     this.m_TranceiverColl = model.TranceiverColl;
     this.m_SectorValidator = new AntConfigValidator(model, true);
     this.m_UserDesc = new UserDefineDesc(model.UserItemsColl.CellExcDefList, new List<ExtDefKeyValue>());
 }
Example #2
0
 //private 
 public RelayCellValidator(CollectionsModel model)
 {
     this.m_Model = model;
     this.m_RelayCollection = model.RCCOll;
     this.m_SectorValidator = new AntConfigValidator(model, true);
 }