if(typeof PublishInfo == "undefined") PublishInfo={};
PublishInfo_class = function() {};
Object.extend(PublishInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVCode: function() {
		return this.invoke("GetVCode", {}, this.GetVCode.getArguments().slice(0));
	},
	BindInfoType2: function(ID) {
		return this.invoke("BindInfoType2", {"ID":ID}, this.BindInfoType2.getArguments().slice(1));
	},
	url: '/ajaxpro/PublishInfo,App_Web_publishinfo.aspx.cdcab7d2.ashx'
}));
PublishInfo = new PublishInfo_class();

