Example #1
0
 //make the constructor private so that this class cannot be instantiated
 private VideoList()
 {
     this.URL = "https://www.googleapis.com/youtube/v3/search";
     this.data = new YouTubeData();
 }
Example #2
0
 //make the constructor private so that this class cannot be instantiated
 private VideoList()
 {
     this.URL  = "https://www.googleapis.com/youtube/v3/search";
     this.data = new YouTubeData();
 }