<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">UserControls_Iletisim_class = function() {};
Object.extend(UserControls_Iletisim_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FormGonder: function(captchaCode, adSoyad, telefon, mail, mesaj) {
		return this.invoke("FormGonder", {"captchaCode":captchaCode, "adSoyad":adSoyad, "telefon":telefon, "mail":mail, "mesaj":mesaj}, this.FormGonder.getArguments().slice(5));
	},
	url: '/ajaxpro/UserControls_Iletisim,Ticimax.WebApp.ashx'
}));
UserControls_Iletisim = new UserControls_Iletisim_class();

</pre></body></html>