Exemplo n.º 1
0
 public YouTubeChannel(string id)
 {
     this.id = id;
     YoutubeApi.GetChannelInfo(this);
 }
Exemplo n.º 2
0
 public YoutubeVideo(string id)
 {
     this.id = id;
     YoutubeApi.GetVideoInfo(this);
 }