Ajax_History1_class = function() {};
Object.extend(Ajax_History1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DeleteHistory: function(userId, historyType) {
		return this.invoke("DeleteHistory", {"userId":userId, "historyType":historyType}, this.DeleteHistory.getArguments().slice(2));
	},
	url: '/ajaxpro/Comic.UIControls.History,Comic.UIControls.ashx'
}));
Ajax_History1 = new Ajax_History1_class();

