Example #1
0
 public static bool IsChannelPlaying(int channelId)
 {
     using (RentItServiceClient proxy = new RentItServiceClient())
     {
         return proxy.IsChannelPlaying(channelId);
     }
 }