if(typeof Component_Search == "undefined") Component_Search={};
Component_Search_class = function() {};
Object.extend(Component_Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProjectItemClass: function(ProejctClassID) {
		return this.invoke("GetProjectItemClass", {"ProejctClassID":ProejctClassID}, this.GetProjectItemClass.getArguments().slice(1));
	},
	GetTekItemClass: function(tecClassID) {
		return this.invoke("GetTekItemClass", {"tecClassID":tecClassID}, this.GetTekItemClass.getArguments().slice(1));
	},
	GetCity: function(ProvinceID) {
		return this.invoke("GetCity", {"ProvinceID":ProvinceID}, this.GetCity.getArguments().slice(1));
	},
	url: '/ajaxpro/Component_Search,km.Soft.ashx'
}));
Component_Search = new Component_Search_class();


