コード例 #1
0
ファイル: MvxFormsSetup.cs プロジェクト: JacobAtchley/MyVote
        protected MvxFormsSetup(AppDelegate applicationDelegate, IMvxTouchViewPresenter presenter)
		{
			_presenter = presenter;
			_applicationDelegate = applicationDelegate;
		}
コード例 #2
0
ファイル: MvxFormsSetup.cs プロジェクト: JacobAtchley/MyVote
        public MvxFormsSetup(AppDelegate applicationDelegate, UIWindow window)
		{
            _window = window;
            _applicationDelegate = applicationDelegate;
		}