Beispiel #1
0
        public void SetData(EItemsOptions data)
        {
            IPresenterOptionsCell presenter = new PresenterOptionsCell(_view as IViewOptionsCell, new InteractorOptionsCell(DAL.DictionaryForOptions, data), _router,
                                                                       new OptionsCellStylesHolderDroid <GlobalControlsTheme>(DroidDAL.ThemeParser));

            presenter.SetConfig();
        }
        public void SetData(EItemsOptions data)
        {
            IPresenterOptionsCell presenter = new PresenterOptionsCell(_optionsCellView, new InteractorOptionsCell(DAL.DictionaryForOptions, data), new RouterOptionsCell(_controller, Locale.Localization.Lang), new OptionsCellStylesHolderIOS <GlobalControlsTheme>(iOS_DAL.ThemeParser));

            presenter.SetConfig();
        }