FindLocationDialogRemote_class = function() {};
Object.extend(FindLocationDialogRemote_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FindLocations: function(searchExpression) {
		return this.invoke("FindLocations", {"searchExpression":searchExpression}, this.FindLocations.getArguments().slice(1));
	},
	url: '/CardoMapControl/ajaxpro/IDU.ASPNet.WebControls.FindLocationDialog,WebControls.ashx'
}));
FindLocationDialogRemote = new FindLocationDialogRemote_class();

