コード例 #1
0
        private void SelectBankFund()
        {
            this.Hide();
            frmTransactionPassword updatepin = new frmTransactionPassword();

            updatepin.ShowDialog();
            this.Close();
        }
コード例 #2
0
        private void CallCashWithDrawal()
        {
            this.Hide();
            frmTransactionPassword updatepin = new frmTransactionPassword();

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