예제 #1
0
        private void barButtonItem2_ItemClick_1(object sender, ItemClickEventArgs e)
        {
            fChangeAccount c = new fChangeAccount();

            this.Hide();
            c.ShowDialog();
            this.Show();
        }
예제 #2
0
        private void btnResetPassword_Click(object sender, EventArgs e)
        {
            fChangeAccount b = new fChangeAccount();

            this.Hide();
            b.ShowDialog();
            this.Show();
        }