Ejemplo n.º 1
0
 private void frmGroup_Load(object sender, EventArgs e)
 {
     this.KeyPreview = true;
     WorkingWithADOClass.MakeTabEnter(this);
     Groups();
     RESET();
 }
Ejemplo n.º 2
0
 private void frmGroups_Load(object sender, EventArgs e)
 {
     this.KeyPreview = true;
     WorkingWithADOClass.MakeTabEnter(this);
     companyProfile();
 }