Esempio n. 1
0
 public Channel()
 {
     info = new ChannelInfo();
     image = new ChannelImage();
     articles = new List<Article>();
 }