Beispiel #1
0
 public void PageInit()
 {
     this.PageAutoRedirect();
     this.timeStartTicks = DateTime.Now.Ticks;
     config.ntitle = jt.itake("global.default.web_title", "lng");
     this.db = new jtbc.db();
 }
Beispiel #2
0
 public void PageInit()
 {
     this.PageAutoRedirect();
     this.timeStartTicks = DateTime.Now.Ticks;
     this.db = new jtbc.db();
 }