Example #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            this.Hide();
            Account_dashboard accd = new Account_dashboard();

            accd.Show();
        }
Example #2
0
        private void backNA_Click(object sender, EventArgs e)
        {
            this.Hide();
            Account_dashboard aca_dash1 = new Account_dashboard();

            aca_dash1.Show();
        }
Example #3
0
        private void staffBtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            Account_dashboard ad1 = new Account_dashboard();

            ad1.ShowDialog();
        }