if(typeof LoginUC2 == "undefined") LoginUC2={};
LoginUC2_class = function() {};
Object.extend(LoginUC2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	usermsgs: function() {
		return this.invoke("usermsgs", {}, this.usermsgs.getArguments().slice(0));
	},
	url: '/ajaxpro/LoginUC2,App_Web_kabeouol.ashx'
}));
LoginUC2 = new LoginUC2_class();

