public GameViewModelFactory( IGameInfoParser gameInfoParser, IDesktopShortcutMaker desktopShortcutMaker) { this.gameInfoParser = gameInfoParser; this.desktopShortcutMaker = desktopShortcutMaker; }
public GameViewModel( IGamePathInfo game, IGameInfoParser gameInfoParser, IDesktopShortcutMaker desktopShortcutMaker) { this.game = game; this.gameInfoParser = gameInfoParser; this.desktopShortcutMaker = desktopShortcutMaker; }