示例#1
0
 public VerizonSystemModel(string mxpIp, string modemIp)
 {
     Mxp   = new SeatelMxpModel(mxpIp, GetType().Name);
     Modem = new IDirectModemModel(modemIp, GetType().Name);
 }
示例#2
0
 public HiSeasNetSystemModel(string mxpIp, string modemIp)
 {
     Mxp   = new SeatelMxpModel(mxpIp, GetType().Name);
     Modem = new TeledyneModemModel(modemIp, GetType().Name);
 }