예제 #1
0
 private static object EpisodeTest()
 {
     return(GetWebao.GetEpisodeInfo(EpisodeWebao));
 }
예제 #2
0
 private static object EpisodeDynTest()
 {
     return(GetWebao.GetDynEpisodeInfo(DynEpisodeWebao));
 }
예제 #3
0
 private static object TrackTest()
 {
     return(GetWebao.GetTrackTop(TrackWebao));
 }
예제 #4
0
 private static object TrackDynTest()
 {
     return(GetWebao.GetDynTrackTop(DynTrackWebao));
 }
예제 #5
0
 private static object ArtistTest()
 {
     return(GetWebao.GetArtistInfo(ArtistWebao));
 }
예제 #6
0
 private static object ArtistDynTest()
 {
     return(GetWebao.GetDynArtistInfo(DynArtistWebao));
 }