addNamespace("Credit.Clwh.Web.AjaxMethods");
Credit.Clwh.Web.AjaxMethods.AjaxUserLogin_class = Class.create();
Credit.Clwh.Web.AjaxMethods.AjaxUserLogin_class.prototype = (new AjaxPro.Request()).extend({
	CheckUserLogin: function(callback) {
		return this.invoke("CheckUserLogin", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Credit.Clwh.Web.AjaxMethods.AjaxUserLogin,Credit.Clwh.Web.ashx";
	}
})
Credit.Clwh.Web.AjaxMethods.AjaxUserLogin = new Credit.Clwh.Web.AjaxMethods.AjaxUserLogin_class();

