Example #1
0
 public Demo()
 {
     _hyperLibrary = new HyperLibraryInMemoryHost(_serverUri);
     _explorer = new LinkExplorer(new Uri(_serverUri,"/api"));
 }
Example #2
0
 public Demo()
 {
     _hyperLibrary = new HyperLibraryInMemoryHost(_serverUri);
     _explorer     = new LinkExplorer(new Uri(_serverUri, "/api"));
 }