Example #1
0
 /// <summary>
 /// Loads the saved nodes from the filesystem.
 /// </summary>
 public async Task <bool> LoadNodes()
 {
     return(await Responder.Deserialize());
 }