CoumadinRedesignClientProxy_class = function() {};
Object.extend(CoumadinRedesignClientProxy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	YourMethodName: function() {
		return this.invoke("YourMethodName", {}, this.YourMethodName.getArguments().slice(0));
	},
	url: '/ajaxpro/CoumadinRedesignClientProxy,BMS.EWD.IM.LaunchNet.CoumadinRedesign.ashx'
}));
CoumadinRedesignClientProxy = new CoumadinRedesignClientProxy_class();

