示例#1
0
 public static ClsDAO GetInstance()
 {
     if (dao == null)
     {
         dao = new ClsDAO();
     }
     return(dao);
 }