if(typeof INTER == "undefined") INTER={};
if(typeof INTER.ICNC == "undefined") INTER.ICNC={};
INTER.ICNC.Uuser_class = function() {};
Object.extend(INTER.ICNC.Uuser_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	login: function(username, password) {
		return this.invoke("login", {"username":username, "password":password}, this.login.getArguments().slice(2));
	},
	url: '/ajaxpro/INTER.ICNC.Uuser,ICNC.ashx'
}));
INTER.ICNC.Uuser = new INTER.ICNC.Uuser_class();

