public void Initialise() { this.rockList = RockList.FromJson(fileService.Load()); //We want to set either way to make way this.selected = hasElements() ? this.rockList.Clone(0) : null; }
public void Save(string JSON) { LastResult = RockList.FromJson(JSON); }