if(typeof userControl_Right == "undefined") userControl_Right={};
userControl_Right_class = function() {};
Object.extend(userControl_Right_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetInfo: function() {
		return this.invoke("GetInfo", {}, this.GetInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/userControl_Right,XZF_deploy.ashx'
}));
userControl_Right = new userControl_Right_class();


