if(typeof ForgetPassword == "undefined") ForgetPassword={};
ForgetPassword_class = function() {};
Object.extend(ForgetPassword_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckForgetPassword: function(Email, UserName) {
		return this.invoke("CheckForgetPassword", {"Email":Email, "UserName":UserName}, this.CheckForgetPassword.getArguments().slice(2));
	},
	url: '/ajaxpro/ForgetPassword,App_Web_v-d-acmh.ashx'
}));
ForgetPassword = new ForgetPassword_class();


