if(typeof Iyond == "undefined") Iyond={};
if(typeof Iyond.Xqm == "undefined") Iyond.Xqm={};
if(typeof Iyond.Xqm.Facade == "undefined") Iyond.Xqm.Facade={};
if(typeof Iyond.Xqm.Facade.Controls == "undefined") Iyond.Xqm.Facade.Controls={};
Iyond.Xqm.Facade.Controls.ArticlePoint_class = function() {};
Object.extend(Iyond.Xqm.Facade.Controls.ArticlePoint_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetPoint: function(point, aid) {
		return this.invoke("SetPoint", {"point":point, "aid":aid}, this.SetPoint.getArguments().slice(2));
	},
	url: '/ajaxpro/Iyond.Xqm.Facade.Controls.ArticlePoint,Facade.ashx'
}));
Iyond.Xqm.Facade.Controls.ArticlePoint = new Iyond.Xqm.Facade.Controls.ArticlePoint_class();

