Esempio n. 1
0
 private void LoadNotice()
 {
     try
     {
         //noticeDal=new NoticeDal();
         noticeDal           = new NoticeSQLiteDal();
         this.txtNotice.Text = noticeDal.GetNoticeInfo();
     }
     catch (Exception ex)
     {
         CLog.WriteErrLogInTrace(ex.Message);
     }
 }