Ejemplo n.º 1
0
 public void LoadChannel()
 {
     ListFunction.ListLoad(radioChannelList, readPath);
 }
Ejemplo n.º 2
0
 public string ShowChannelList()
 {
     return(ListFunction.ShowList(radioChannelList, chanList));
 }
Ejemplo n.º 3
0
 public override void SwtchOn()
 {
     State = true;
     ListFunction.ListLoad(radioChannelList, readPath);
 }