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