示例#1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Clipboard.SetText(hash.UnHash(this.objet.pswrd));
            this.Close();

            this.parent.Close();
            Form1 f = new Form1();

            f.Show();
        }
示例#2
0
        public void Show_Click(object sender, EventArgs e)
        {
            Psw objet = array[((buttonp)sender).index];

            MessageBox.Show("Site: " + objet.SiteName + "\nlink: " + objet.SiteLink + "\nuser: "******"\npassword: " + hash.UnHash(objet.pswrd));
        }