예제 #1
0
파일: AppStart.cs 프로젝트: xkre/LibretroRT
 public AppStart(IMvxNavigationService navigationService, ICurrentViewModelPresenter presenter, IGameSystemsProviderService gameSystemsProviderService)
 {
     NavigationService          = navigationService;
     Presenter                  = presenter;
     GameSystemsProviderService = gameSystemsProviderService;
 }
예제 #2
0
 public PostLoadService(ICurrentViewModelPresenter presenter, IMvxNavigationService navigationService, IGameSystemsProviderService gameSystemsProviderService)
 {
     Presenter                  = presenter;
     NavigationService          = navigationService;
     GameSystemsProviderService = gameSystemsProviderService;
 }