Ejemplo n.º 1
0
 public ONTHelper(ONTType type, string ONTSerial)
 {
     Type = type;
     _ont = ONTFactory.GetONT(type);
     _ont.SerialNumber = ONTSerial;
     LoadONT(ONTSerial);
 }
Ejemplo n.º 2
0
 public ONTHelper(ONTType type)
 {
     Type = type;
     _ont = ONTFactory.GetONT(type);
 }