Esempio n. 1
0
 public ZiggeoStreams streams()
 {
     if (this.streamsObj == null)
     {
         this.streamsObj = new ZiggeoStreams(this);
     }
     return(this.streamsObj);
 }
	public ZiggeoStreams streams() {
		if (this.streamsObj == null)
			this.streamsObj = new ZiggeoStreams(this);
		return this.streamsObj;
	}