Пример #1
0
        protected override void ShowCountries(XsollaCountries countries)
        {
            InitPaymentListScreen();
            _paymentListScreenController.SetCountries(countries);
            if (_paymentListScreenController.IsAllLoaded())
            {
                SetLoading(false);
            }
//			throw new System.NotImplementedException ();
        }
 protected override void ShowCountries(XsollaCountries countries)
 {
     DrawPaymentListScreen();
     _paymentListScreenController.SetCountries(_countryCurr, countries);
 }