if(typeof UserControl_Store_IndustryList == "undefined") UserControl_Store_IndustryList={};
UserControl_Store_IndustryList_class = function() {};
Object.extend(UserControl_Store_IndustryList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData: function(BuildingClass, Count) {
		return this.invoke("GetData", {"BuildingClass":BuildingClass, "Count":Count}, this.GetData.getArguments().slice(2));
	},
	GetKindName: function(Kind) {
		return this.invoke("GetKindName", {"Kind":Kind}, this.GetKindName.getArguments().slice(1));
	},
	url: '/ajaxpro/UserControl_Store_IndustryList,App_Web_store_industrylist.ascx.6be62623.ashx'
}));
UserControl_Store_IndustryList = new UserControl_Store_IndustryList_class();

