Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Hide();
            EditAccount edit = new EditAccount();

            edit.Show();
        }
Example #2
0
        private void editb_Click_1(object sender, EventArgs e)
        {
            Hide();
            EditAccount ea = new EditAccount();

            ea.Show();
        }