// ReLoad Key private void ClickReLoadKey(object sender, EventArgs e) { lblProfileVerifyCodeR.Text = VerifyProfile.CreateKey(); }
public void VerifyProfiles() { VerifyProfile.SearchKey(nick); }