private void button6_Click(object sender, EventArgs e) { this.Hide(); Account_dashboard accd = new Account_dashboard(); accd.Show(); }
private void backNA_Click(object sender, EventArgs e) { this.Hide(); Account_dashboard aca_dash1 = new Account_dashboard(); aca_dash1.Show(); }
private void staffBtn_Click(object sender, EventArgs e) { this.Hide(); Account_dashboard ad1 = new Account_dashboard(); ad1.ShowDialog(); }