if(typeof Matras == "undefined") Matras={};
if(typeof Matras.WebSite == "undefined") Matras.WebSite={};
if(typeof Matras.WebSite.MatrasDeveloperListPart_class == "undefined") Matras.WebSite.MatrasDeveloperListPart_class={};
Matras.WebSite.MatrasDeveloperListPart_class = function() {};
Object.extend(Matras.WebSite.MatrasDeveloperListPart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveSize: function(width, length) {
		return this.invoke("SaveSize", {"width":width, "length":length}, this.SaveSize.getArguments().slice(2));
	},
	url: '/ajaxpro/Matras.WebSite.MatrasDeveloperListPart,Matras.WebSite.ashx'
}));
Matras.WebSite.MatrasDeveloperListPart = new Matras.WebSite.MatrasDeveloperListPart_class();


