public void openNextPage() { EnterPin newForm = new EnterPin(); this.Hide(); newForm.ShowDialog(); this.Close(); }
public string getBalance() { EnterPin form = new EnterPin(); return("" + cust.getBalance()); }