Example #1
0
        // ReLoad Key

        private void ClickReLoadKey(object sender, EventArgs e)
        {
            lblProfileVerifyCodeR.Text = VerifyProfile.CreateKey();
        }
Example #2
0
 public void VerifyProfiles()
 {
     VerifyProfile.SearchKey(nick);
 }