if(typeof UserControl_Store_OfficeList == "undefined") UserControl_Store_OfficeList={};
UserControl_Store_OfficeList_class = function() {};
Object.extend(UserControl_Store_OfficeList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData: function(Area, Count) {
		return this.invoke("GetData", {"Area":Area, "Count":Count}, this.GetData.getArguments().slice(2));
	},
	url: '/ajaxpro/UserControl_Store_OfficeList,App_Web_store_officelist.ascx.6be62623.ashx'
}));
UserControl_Store_OfficeList = new UserControl_Store_OfficeList_class();

