Exemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     m_DL = new DataLayer();
 }
Exemplo n.º 2
0
 public User(ref DataLayer objDL)
 {
     m_DL = objDL;
     m_blnIsNew = true;
 }