if(typeof UserControl_Store_IndustryList2 == "undefined") UserControl_Store_IndustryList2={};
UserControl_Store_IndustryList2_class = function() {};
Object.extend(UserControl_Store_IndustryList2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData: function(BuildingClass, PageSize, PageIndex) {
		return this.invoke("GetData", {"BuildingClass":BuildingClass, "PageSize":PageSize, "PageIndex":PageIndex}, this.GetData.getArguments().slice(3));
	},
	GetNumber: function(PageIndex, PageCount) {
		return this.invoke("GetNumber", {"PageIndex":PageIndex, "PageCount":PageCount}, this.GetNumber.getArguments().slice(2));
	},
	GetClassName: function(BuildingClass) {
		return this.invoke("GetClassName", {"BuildingClass":BuildingClass}, this.GetClassName.getArguments().slice(1));
	},
	GetPageCount: function(RecordCount, PageSize) {
		return this.invoke("GetPageCount", {"RecordCount":RecordCount, "PageSize":PageSize}, this.GetPageCount.getArguments().slice(2));
	},
	GetDataCount: function(BuildingClass) {
		return this.invoke("GetDataCount", {"BuildingClass":BuildingClass}, this.GetDataCount.getArguments().slice(1));
	},
	url: '/ajaxpro/UserControl_Store_IndustryList2,App_Web_store_industrylist2.ascx.6be62623.ashx'
}));
UserControl_Store_IndustryList2 = new UserControl_Store_IndustryList2_class();

