addNamespace("RealTourTJKH_B2CWweb.UC");
RealTourTJKH_B2CWweb.UC.TopControl_class = Class.create();
RealTourTJKH_B2CWweb.UC.TopControl_class.prototype = (new AjaxPro.Request()).extend({
	UserLogin: function(userName, userPwd, callback) {
		return this.invoke("UserLogin", {"userName":userName, "userPwd":userPwd}, callback);
	},
	Exit: function(newstr, callback) {
		return this.invoke("Exit", {"newstr":newstr}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/RealTourTJKH_B2CWweb.UC.TopControl,RealTourTJKH_B2CWweb.ashx";
	}
})
RealTourTJKH_B2CWweb.UC.TopControl = new RealTourTJKH_B2CWweb.UC.TopControl_class();


