コード例 #1
0
ファイル: ThemeProvider.cs プロジェクト: Earlsynd/Filtration
 public ThemeProvider(IThemeViewModelFactory themeViewModelFactory, IThemePersistenceService themePersistenceService)
 {
     _themeViewModelFactory = themeViewModelFactory;
     _themePersistenceService = themePersistenceService;
 }
コード例 #2
0
 public ThemeProvider(IThemeViewModelFactory themeViewModelFactory, IThemePersistenceService themePersistenceService)
 {
     _themeViewModelFactory   = themeViewModelFactory;
     _themePersistenceService = themePersistenceService;
 }