Beispiel #1
0
 public ZiggeoVideos videos()
 {
     if (this.videosObj == null)
     {
         this.videosObj = new ZiggeoVideos(this);
     }
     return(this.videosObj);
 }
	public ZiggeoVideos videos() {
		if (this.videosObj == null)
			this.videosObj = new ZiggeoVideos(this);
		return this.videosObj;
	}