Example #1
0
    public void OnClearBtnClick()
    {
        _uiNCounterController.Unactive();
        _mainController.UnselectAll();
        Country country = _mainController.GetFirstActiveCountry();

        _uiMainController.RefreshUI(country.CountryName, country.CountryArea, country.CountryGDP, country.CountryPopulation);
        ClearBtnUnactivate();
    }