Example #1
0
 public GikouBook(string filename)
 {
     this.entries   = new SortedList <long, List <GikouBookEntry> >();
     this.hashseeds = new GikouHashSeeds();
     this.Load(filename);
 }
Example #2
0
 public GikouBook()
 {
     this.entries   = new SortedList <long, List <GikouBookEntry> >();
     this.hashseeds = new GikouHashSeeds();
     this.hashseeds.InitHashSeeds();
 }