if(typeof V2i == "undefined") V2i={};
if(typeof V2i.V2iItemSelector == "undefined") V2i.V2iItemSelector={};
V2i.V2iItemSelector.V2iItemSelectorView_class = function() {};
Object.extend(V2i.V2iItemSelector.V2iItemSelectorView_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTableList: function() {
		return this.invoke("GetTableList", {}, this.GetTableList.getArguments().slice(0));
	},
	GetItemList: function(tableCode) {
		return this.invoke("GetItemList", {"tableCode":tableCode}, this.GetItemList.getArguments().slice(1));
	},
	url: '/ajaxpro/V2i.V2iItemSelector.V2iItemSelectorView,V2i.V2iItemSelector.ashx'
}));
V2i.V2iItemSelector.V2iItemSelectorView = new V2i.V2iItemSelector.V2iItemSelectorView_class();


