Esempio n. 1
0
 /// <summary>
 /// Get Qwerk's video service.
 /// </summary>
 ///
 /// <returns>Returns Qwerk's video service.</returns>
 ///
 /// <remarks>For the list of possible exceptions, see documentation to
 /// <see cref="Qwerk.Video(Qwerk)"/>.</remarks>
 ///
 public Qwerk.Video GetVideoService( )
 {
     if (video == null)
     {
         video = new Video(this);
     }
     return(video);
 }
Esempio n. 2
0
 /// <summary>
 /// Get Qwerk's video service.
 /// </summary>
 /// 
 /// <returns>Returns Qwerk's video service.</returns>
 /// 
 /// <remarks>For the list of possible exceptions, see documentation to
 /// <see cref="Qwerk.Video(Qwerk)"/>.</remarks>
 /// 
 public Qwerk.Video GetVideoService( )
 {
     if ( video == null )
     {
         video = new Video( this );
     }
     return video;
 }