示例#1
0
 private void initBooksWorker_DoWork(object sender, DoWorkEventArgs e)
 {
     try {
         DebtDAO.Initialize();
     }
     catch { }
 }