Example #1
0
 public void getTopicCount(int cid)
 {
     Information.topic myTopic = new Information.topic();
     Response.Write(myTopic.getChannelTopicCount(cid));
 }