if(typeof Train == "undefined") Train={};
Train.ShareLoginFrame_class = function() {};
Object.extend(Train.ShareLoginFrame_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	list: function() {
		return this.invoke("list", {}, this.list.getArguments().slice(0));
	},
	userlogin: function(username, pwd, code) {
		return this.invoke("userlogin", {"username":username, "pwd":pwd, "code":code}, this.userlogin.getArguments().slice(3));
	},
	url: '/TrainCenter/ajaxpro/Train.ShareLoginFrame,Train.ashx'
}));
Train.ShareLoginFrame = new Train.ShareLoginFrame_class();

