public void GoToAmountMenu() { homePage.SetActive(false); allMenuPage.SetActive(false); enterPINPage.SetActive(false); transactionPage.SetActive(false); accountTypePage.SetActive(false); amountPage.SetActive(true); RecepitPage.SetActive(false); }
public void GoToCreditAmountPage() { homePage.SetActive(false); allMenuPage.SetActive(false); enterPINPage.SetActive(false); transactionPage.SetActive(false); accountTypePage.SetActive(false); amountPage.SetActive(false); RecepitPage.SetActive(false); changePinPage.SetActive(false); creditAmountPage.SetActive(true); }
public void GoToTranscationMenu() { if (Load.pin == PinHandler.tempPin) { homePage.SetActive(false); allMenuPage.SetActive(false); enterPINPage.SetActive(false); transactionPage.SetActive(true); accountTypePage.SetActive(false); amountPage.SetActive(false); RecepitPage.SetActive(false); int.Parse(pinHandler.pinInput.text = "0"); } }
public void GoToRecipetMenu() { int.Parse(amoutHandler.amountInput.text = "0"); int.Parse(amoutHandler.newamountInput.text = "0"); homePage.SetActive(false); allMenuPage.SetActive(false); enterPINPage.SetActive(false); transactionPage.SetActive(false); accountTypePage.SetActive(false); amountPage.SetActive(false); RecepitPage.SetActive(true); creditAmountPage.SetActive(false); changePinPage.SetActive(false); }