if(typeof Vxun == "undefined") Vxun={};
if(typeof Vxun.BL == "undefined") Vxun.BL={};
if(typeof Vxun.BL.DataView_class == "undefined") Vxun.BL.DataView_class={};
Vxun.BL.DataView_class = function() {};
Object.extend(Vxun.BL.DataView_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadData: function(viewInfo) {
		return this.invoke("LoadData", {"viewInfo":viewInfo}, this.LoadData.getArguments().slice(1));
	},
	url: '/ajaxpro/Vxun.BL.DataView,Vxun.BL.ashx'
}));
Vxun.BL.DataView = new Vxun.BL.DataView_class();


