if(typeof Wke == "undefined") Wke={};
if(typeof Wke.Presentation == "undefined") Wke.Presentation={};
if(typeof Wke.Presentation.WebControls == "undefined") Wke.Presentation.WebControls={};
Wke.Presentation.WebControls.FormControl_class = function() {};
Object.extend(Wke.Presentation.WebControls.FormControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadValuesForProvence: function(selectid) {
		return this.invoke("LoadValuesForProvence", {"selectid":selectid}, this.LoadValuesForProvence.getArguments().slice(1));
	},
	url: '/ajaxpro/Wke.Presentation.WebControls.FormControl,Wke.Presentation.ashx'
}));
Wke.Presentation.WebControls.FormControl = new Wke.Presentation.WebControls.FormControl_class();

