Пример #1
0
        protected MvxFormsSetup(AppDelegate applicationDelegate, IMvxTouchViewPresenter presenter)
		{
			_presenter = presenter;
			_applicationDelegate = applicationDelegate;
		}
Пример #2
0
        public MvxFormsSetup(AppDelegate applicationDelegate, UIWindow window)
		{
            _window = window;
            _applicationDelegate = applicationDelegate;
		}