Example #1
0
        public void openNextPage()
        {
            EnterPin newForm = new EnterPin();

            this.Hide();
            newForm.ShowDialog();
            this.Close();
        }
Example #2
0
        public string getBalance()
        {
            EnterPin form = new EnterPin();

            return("" + cust.getBalance());
        }