if(typeof Control_UCForgetPassword == "undefined") Control_UCForgetPassword={};
Control_UCForgetPassword_class = function() {};
Object.extend(Control_UCForgetPassword_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckUserNameIsExist: function(StrUserName) {
		return this.invoke("CheckUserNameIsExist", {"StrUserName":StrUserName}, this.CheckUserNameIsExist.getArguments().slice(1));
	},
	url: '/ajaxpro/Control_UCForgetPassword,App_Web_2mtb9dwp.ashx'
}));
Control_UCForgetPassword = new Control_UCForgetPassword_class();


