UIControl_ucContact_class = function() {};
Object.extend(UIControl_ucContact_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMail: function(sHoten, sTitle, sContent) {
		return this.invoke("SendMail", {"sHoten":sHoten, "sTitle":sTitle, "sContent":sContent}, this.SendMail.getArguments().slice(3));
	},
	url: '/ajaxpro/UIControl_ucContact,App_Web_tubcbqmo.ashx'
}));
UIControl_ucContact = new UIControl_ucContact_class();

