internal MruItemVM(string projectFolder, MainVM parent) { this.projectFolder = projectFolder; this.projectName = Path.GetFileName(projectFolder); this.parent = parent; }
public GameVM(MainVM mainVM) { playablePuzzle = new PiCrossFacade().CreatePlayablePuzzle(puzzle); PVM = new PuzzleVM(playablePuzzle); this.mainVM = mainVM; }