Beispiel #1
0
        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;
        }
Beispiel #2
0
 public void Save(string JSON)
 {
     LastResult = RockList.FromJson(JSON);
 }