Ejemplo n.º 1
0
		public void FetchTopic(BaseHandler callback, string board, int pid, int? start=null)
		{
			FetchTopicRequest req = new FetchTopicRequest(this, callback);
			req.FetchTopic(board, pid, start);
		}