Esempio n. 1
0
 private Store GetStore()
 {
     return(BufUtils.GetStore(
                GetFullPath("routerinfo.sto"),
                DefaultStoreChunkSize));
 }
Esempio n. 2
0
 private static Store GetStore()
 {
     return(BufUtils.GetStore(
                NetDb.Inst.GetFullPath("statistics.sto"),
                -1));
 }