UIControl_ucCustomer_class = function() {};
Object.extend(UIControl_ucCustomer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Save: function(iIDCusLang, sWebsite, sImageFileName, sCustomerName, sSummary, sContent) {
		return this.invoke("Save", {"iIDCusLang":iIDCusLang, "sWebsite":sWebsite, "sImageFileName":sImageFileName, "sCustomerName":sCustomerName, "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_ucCustomer,App_Web_tubcbqmo.ashx'
}));
UIControl_ucCustomer = new UIControl_ucCustomer_class();

