addNamespace("WebRoot_main_controls_SecondClassList");
WebRoot_main_controls_SecondClassList_class = Class.create();
WebRoot_main_controls_SecondClassList_class.prototype = (new AjaxPro.Request()).extend({
	GetInforList: function(strID, callback) {
		return this.invoke("GetInforList", {"strID":strID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/WebRoot_main_controls_SecondClassList,App_Web_h60n1-11.ashx";
	}
})
WebRoot_main_controls_SecondClassList = new WebRoot_main_controls_SecondClassList_class();

