Exemple #1
0
 public void setForms(HomeForm homeForm, LoginForm loginForm)
 {
     this.hf = homeForm;
     this.lf = loginForm;
 }