addNamespace("MapServer");
MapServer_class = Class.create();
MapServer_class.prototype = (new AjaxPro.Request()).extend({
	GetMapResult: function(mapID, toolID, param, context, callback) {
		return this.invoke("GetMapResult", {"mapID":mapID, "toolID":toolID, "param":param, "context":context}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/MapServer,App_Code.ashx";
	}
})
MapServer = new MapServer_class();

