示例#1
0
 private void btn_Settings_Click(object sender, EventArgs e)
 {
     this.Hide();
     SecurityPIN = new Dialogs.PIN(true);
     SecurityPIN.Show();
 }
示例#2
0
 private void btn_Security_Click(object sender, EventArgs e)
 {
     SecurityPIN = new Dialogs.PIN(false);
     SecurityPIN.Show();
     this.Hide();
 }