public void setForm(EmployeeForm ef)
 {
     this.ef = ef;
     this.btnlogin.Focus();
 }
Exemplo n.º 2
0
 public void setForm(EmployeeForm ef)
 {
     this.ef = ef;
 }