예제 #1
0
 public YouTubeChannel(string id)
 {
     this.id = id;
     YoutubeApi.GetChannelInfo(this);
 }
예제 #2
0
 public YoutubeVideo(string id)
 {
     this.id = id;
     YoutubeApi.GetVideoInfo(this);
 }