_Index_class = function() {};
Object.extend(_Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProType2: function(code) {
		return this.invoke("GetProType2", {"code":code}, this.GetProType2.getArguments().slice(1));
	},
	GetProType3: function(code1, code2) {
		return this.invoke("GetProType3", {"code1":code1, "code2":code2}, this.GetProType3.getArguments().slice(2));
	},
	url: '/ajaxpro/_Index,App_Web_f5yvln3y.ashx'
}));
_Index = new _Index_class();


