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