Exemplo n.º 1
0
        protected MvxFormsSetup(AppDelegate applicationDelegate, IMvxTouchViewPresenter presenter)
		{
			_presenter = presenter;
			_applicationDelegate = applicationDelegate;
		}
Exemplo n.º 2
0
        public MvxFormsSetup(AppDelegate applicationDelegate, UIWindow window)
		{
            _window = window;
            _applicationDelegate = applicationDelegate;
		}