Exemplo n.º 1
0
 internal void SetChannelSource(List<string> source)
 {
     foreach (var item in ItemList)
     {
         item.SetChannelSource(source.Clone());
     }
 }