Exemplo n.º 1
0
        // ReLoad Key

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