addNamespace("mmogdepot.WebUI.GoldBuy");
mmogdepot.WebUI.GoldBuy.signup_class = Class.create();
Object.extend(mmogdepot.WebUI.GoldBuy.signup_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCustomerID: function() {
		return this.invoke("GetCustomerID", {}, this.GetCustomerID.getArguments().slice(0));
	},
	CheckEmail: function(Email) {
		return this.invoke("CheckEmail", {"Email":Email}, this.CheckEmail.getArguments().slice(1));
	},
	Register: function(Gender, CustomerName, BornDate, Address, PostNo, City, Province, Telephone, QQ, Nation, IntroducerID, GuildID, Email, CustomerID, LoginPassword) {
		return this.invoke("Register", {"Gender":Gender, "CustomerName":CustomerName, "BornDate":BornDate, "Address":Address, "PostNo":PostNo, "City":City, "Province":Province, "Telephone":Telephone, "QQ":QQ, "Nation":Nation, "IntroducerID":IntroducerID, "GuildID":GuildID, "Email":Email, "CustomerID":CustomerID, "LoginPassword":LoginPassword}, this.Register.getArguments().slice(15));
	},
	initialize: function() {
		this.url = '/ajaxpro/mmogdepot.WebUI.GoldBuy.signup,WebUI.ashx';
	}
}));
mmogdepot.WebUI.GoldBuy.signup = new mmogdepot.WebUI.GoldBuy.signup_class();

