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