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