if(typeof DianKe == "undefined") DianKe={};
if(typeof DianKe.YYmanage == "undefined") DianKe.YYmanage={};
DianKe.YYmanage_class = function() {};
Object.extend(DianKe.YYmanage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUid: function() {
		return this.invoke("GetUid", {}, this.GetUid.getArguments().slice(0));
	},
	GetUname: function() {
		return this.invoke("GetUname", {}, this.GetUname.getArguments().slice(0));
	},
	Exit: function() {
		return this.invoke("Exit", {}, this.Exit.getArguments().slice(0));
	},
	GetCodeAjax: function(id, tag, mid) {
		return this.invoke("GetCodeAjax", {"id":id, "tag":tag, "mid":mid}, this.GetCodeAjax.getArguments().slice(3));
	},
	GetCodeAjax1: function(url, tag, mid, id) {
		return this.invoke("GetCodeAjax1", {"url":url, "tag":tag, "mid":mid, "id":id}, this.GetCodeAjax1.getArguments().slice(4));
	},
	url: '/ajaxpro/DianKe.YYmanage,DianKe.ashx'
}));
DianKe.YYmanage = new DianKe.YYmanage_class();


