Ejemplo n.º 1
0
 public BSLUser(string strConnStr) : base()
 {
     m_objDSLUtils = new DSLUtils(strConnStr);
     m_strConnStr  = strConnStr;
 }
Ejemplo n.º 2
0
 public BSLServerList(string strConnStr) : base()
 {
     m_objDSLUtils = new DSLUtils(strConnStr);
 }
Ejemplo n.º 3
0
 public BSLCompanyList(string strConnStr) : base()
 {
     m_objDSLUtils = new DSLUtils(strConnStr);
 }
Ejemplo n.º 4
0
 private BSLSession(string strConnStr) : base()
 {
     m_objDSLUtils = new DSLUtils(strConnStr);
 }