Пример #1
0
 public SamsungChannelIterator(TVCableSupplier cableSupplier)
 {
     this.cableSupplier = cableSupplier;
     currPos            = -1;
 }
Пример #2
0
 public SamsungTV(TVCableSupplier cableSupplier)
 {
     this.cableSupplier = cableSupplier;
 }
 public SamsungChannelIterator(TVCableSupplier cableSupplier)
 {
     currentPos         = 0;
     this.cableSupplier = cableSupplier;
 }