示例#1
0
 public static ConnectionDb getInstance()
 {
     if (Instance == null)
     {
         Instance = new ConnectionDb();
     }
     return(Instance);
 }
示例#2
0
 public DAOLogin()
 {
     _sqlconn = ConnectionDb.getInstance().getConnection();
 }