예제 #1
0
파일: Channel.cs 프로젝트: azhi/BSUIR_labs
 public Channel()
 {
     info = new ChannelInfo();
     image = new ChannelImage();
     articles = new List<Article>();
 }
예제 #2
0
 public Channel()
 {
     info     = new ChannelInfo();
     image    = new ChannelImage();
     articles = new List <Article>();
 }