UIControl_ucProducts_class = function() {};
Object.extend(UIControl_ucProducts_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Save: function(iIDProdLang, sWebsite, sImageFileName, sProductName, sSummary, sContent) {
		return this.invoke("Save", {"iIDProdLang":iIDProdLang, "sWebsite":sWebsite, "sImageFileName":sImageFileName, "sProductName":sProductName, "sSummary":sSummary, "sContent":sContent}, this.Save.getArguments().slice(6));
	},
	Delete: function(iIDProdLang) {
		return this.invoke("Delete", {"iIDProdLang":iIDProdLang}, this.Delete.getArguments().slice(1));
	},
	url: '/ajaxpro/UIControl_ucProducts,App_Web_tubcbqmo.ashx'
}));
UIControl_ucProducts = new UIControl_ucProducts_class();

