Exemplo n.º 1
0
 public SamsungChannelIterator(TVCableSupplier cableSupplier)
 {
     this.cableSupplier = cableSupplier;
     currPos            = -1;
 }
Exemplo n.º 2
0
 public SamsungTV(TVCableSupplier cableSupplier)
 {
     this.cableSupplier = cableSupplier;
 }
 public SamsungChannelIterator(TVCableSupplier cableSupplier)
 {
     currentPos         = 0;
     this.cableSupplier = cableSupplier;
 }