if(typeof DynaWebControls == "undefined") DynaWebControls={};
if(typeof DynaWebControls.DynaKBCodeValidator == "undefined") DynaWebControls.DynaKBCodeValidator={};
DynaWebControls.DynaKBCodeValidator_class = function() {};
Object.extend(DynaWebControls.DynaKBCodeValidator_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateKBCode: function(Code) {
		return this.invoke("ValidateKBCode", {"Code":Code}, this.ValidateKBCode.getArguments().slice(1));
	},
	url: '/ajaxpro/DynaWebControls.DynaKBCodeValidator,DynaWebControls.ashx'
}));
DynaWebControls.DynaKBCodeValidator = new DynaWebControls.DynaKBCodeValidator_class();

