addNamespace("Lilosoft.eGov.License.Portal.WebParts");
Lilosoft.eGov.License.Portal.WebParts.PersonSearchSearch1218_class = Class.create();
Lilosoft.eGov.License.Portal.WebParts.PersonSearchSearch1218_class.prototype = (new AjaxPro.Request()).extend({
	lstIndustry1_SelectedIndexChanged: function(strIndustrySelected, strDeptSelected, callback) {
		return this.invoke("lstIndustry1_SelectedIndexChanged", {"strIndustrySelected":strIndustrySelected, "strDeptSelected":strDeptSelected}, callback);
	},
	lstMastDept1_SelectedIndexChanged: function(strIndustrySelected, strDeptSelected, callback) {
		return this.invoke("lstMastDept1_SelectedIndexChanged", {"strIndustrySelected":strIndustrySelected, "strDeptSelected":strDeptSelected}, callback);
	},
	lstLicense1_SelectedIndexChanged: function(strSelect, callback) {
		return this.invoke("lstLicense1_SelectedIndexChanged", {"strSelect":strSelect}, callback);
	},
	lstIndustry_SelectedIndexChanged: function(strIndustrySelected, strDeptSelected, callback) {
		return this.invoke("lstIndustry_SelectedIndexChanged", {"strIndustrySelected":strIndustrySelected, "strDeptSelected":strDeptSelected}, callback);
	},
	lstMastDept_SelectedIndexChanged: function(strIndustrySelected, strDeptSelected, callback) {
		return this.invoke("lstMastDept_SelectedIndexChanged", {"strIndustrySelected":strIndustrySelected, "strDeptSelected":strDeptSelected}, callback);
	},
	lstLicense_SelectedIndexChanged: function(strSelect, callback) {
		return this.invoke("lstLicense_SelectedIndexChanged", {"strSelect":strSelect}, callback);
	},
	initialize: function() {
		this.url = "/Lilosoft.eGov.License.Portal/ajaxpro/Lilosoft.eGov.License.Portal.WebParts.PersonSearchSearch1218,Lilosoft.eGov.License.Portal.ashx";
	}
})
Lilosoft.eGov.License.Portal.WebParts.PersonSearchSearch1218 = new Lilosoft.eGov.License.Portal.WebParts.PersonSearchSearch1218_class();

