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