コード例 #1
0
 public void FollowingTracks(int SourceID)
 {
     Response.ContentType = "text/xml";
     Response.Write(VisitorManager.ConvertToXml(VisitorManager.GetFollowingTracks(SourceID)));
 }