Пример #1
0
 // create our objects and connect!
 public static bool Init(IController controller)
 {
     timeshiftUrl     = null;
     timeshiftChannel = new Dictionary <String, int>();
     serverIntf       = new TVServerController(controller);
     return(serverIntf.Setup());
 }