if(typeof UsesControls_ucLogin == "undefined") UsesControls_ucLogin={};
UsesControls_ucLogin_class = function() {};
Object.extend(UsesControls_ucLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(strUserKey, strPassword, strCode, rembmer, regType) {
		return this.invoke("Login", {"strUserKey":strUserKey, "strPassword":strPassword, "strCode":strCode, "rembmer":rembmer, "regType":regType}, this.Login.getArguments().slice(5));
	},
	LoginKeyMd5: function(url) {
		return this.invoke("LoginKeyMd5", {"url":url}, this.LoginKeyMd5.getArguments().slice(1));
	},
	url: '/ajaxpro/UsesControls_ucLogin,App_Web_uclogin.ascx.4eb42623.ashx'
}));
UsesControls_ucLogin = new UsesControls_ucLogin_class();

