addNamespace("Lilosoft.eGov.License.Portal");
Lilosoft.eGov.License.Portal.FeedBack_class = Class.create();
Lilosoft.eGov.License.Portal.FeedBack_class.prototype = (new AjaxPro.Request()).extend({
	DropDownListBaseName_SelectedIndexChanged: function(strLicense, callback) {
		return this.invoke("DropDownListBaseName_SelectedIndexChanged", {"strLicense":strLicense}, callback);
	},
	ddlIndustry_SelectedIndexChanged: function(strGroup, callback) {
		return this.invoke("ddlIndustry_SelectedIndexChanged", {"strGroup":strGroup}, callback);
	},
	initialize: function() {
		this.url = "/Lilosoft.eGov.License.Portal/ajaxpro/Lilosoft.eGov.License.Portal.FeedBack,Lilosoft.eGov.License.Portal.ashx";
	}
})
Lilosoft.eGov.License.Portal.FeedBack = new Lilosoft.eGov.License.Portal.FeedBack_class();

