addNamespace("AjaxBinders");
AjaxBinders_class = function() {};
Object.extend(AjaxBinders_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BindAgentsToDropDown: function(OfficeId) {
		return this.invoke("BindAgentsToDropDown", {"OfficeId":OfficeId}, this.BindAgentsToDropDown.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxBinders,App_Code.ashx'
}));
AjaxBinders = new AjaxBinders_class();

