コード例 #1
0
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     if (PasswordGeneratorDialog.ShowKeyGen())
     {
         this.keyTextBox.Text = PasswordGeneratorDialog.LastGeneratedKey;
     }
 }
コード例 #2
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     PasswordGeneratorDialog.ShowKeyGen();
 }
コード例 #3
0
 static PasswordGeneratorDialog()
 {
     form = new PasswordGeneratorDialog();
 }
コード例 #4
0
 private void passwordGeneratorToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PasswordGeneratorDialog.ShowKeyGen();
 }