コード例 #1
0
ファイル: TranceiverValidator.cs プロジェクト: xiaoyj/Space
 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>());
 }
コード例 #2
0
ファイル: RelayCellValidator.cs プロジェクト: xiaoyj/Space
 //private 
 public RelayCellValidator(CollectionsModel model)
 {
     this.m_Model = model;
     this.m_RelayCollection = model.RCCOll;
     this.m_SectorValidator = new AntConfigValidator(model, true);
 }