addNamespace("qcfw_list_fwlist");
qcfw_list_fwlist_class = Class.create();
qcfw_list_fwlist_class.prototype = (new AjaxPro.Request()).extend({
	AddCount: function(s, callback) {
		return this.invoke("AddCount", {"s":s}, callback);
	},
	LoginPage: function(txtname, txtpwd, callback) {
		return this.invoke("LoginPage", {"txtname":txtname, "txtpwd":txtpwd}, callback);
	},
	LogionName: function(txtname, callback) {
		return this.invoke("LogionName", {"txtname":txtname}, callback);
	},
	ExitePage: function(s, callback) {
		return this.invoke("ExitePage", {"s":s}, callback);
	},
	sendg: function(s, callback) {
		return this.invoke("sendg", {"s":s}, callback);
	},
	sendq: function(s, callback) {
		return this.invoke("sendq", {"s":s}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/qcfw_list_fwlist,App_Web_fwlist.aspx.fa3629a.bz8ajwi1.ashx";
	}
})
qcfw_list_fwlist = new qcfw_list_fwlist_class();


