if(typeof TicketType == "undefined") TicketType={};
TicketType_class = function() {};
Object.extend(TicketType_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendCondition: function(strClassName, strLieuName, strTimeType, strCity) {
		return this.invoke("SendCondition", {"strClassName":strClassName, "strLieuName":strLieuName, "strTimeType":strTimeType, "strCity":strCity}, this.SendCondition.getArguments().slice(4));
	},
	url: '/ajaxpro/TicketType,App_Web_axjnpmjt.ashx'
}));
TicketType = new TicketType_class();

