Beispiel #1
0
        private void GoBack()
        {
            this.Hide();
            frmSelectBankFund options = new frmSelectBankFund();

            options.ShowDialog();
            this.Close();
        }
        private void SelectBankFund()
        {
            this.Hide();
            frmSelectBankFund updatepin = new frmSelectBankFund();

            updatepin.ShowDialog();
            this.Close();
        }