Esempio n. 1
0
        // ReLoad Key

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