public void backToWinMoney() { ViewsEvents.Get.WinMoneyClick(); BottomMenuController bottomMenu = BottomMenuController.Get; bottomMenu.selectWinMoney(); bottomMenu.unselectSettings(); bottomMenu.unselectHome(); bottomMenu.unselectHaveFun(); }
private void OpenWallet(string last_view) { BottomMenuController bottomMenu = BottomMenuController.Get; bottomMenu.unselectHome(); bottomMenu.unselectHaveFun(); bottomMenu.unselectWinMoney(); bottomMenu.unselectSettings(); BottomMenuController.Hide(); ViewsEvents.Get.WalletClick(last_view); }