Beispiel #1
0
 public void loadCreateAccountCtr()
 {
     // Create Controller
     ctr = new CreateAccountController();
     // Start Controller
     ctr.start();
     // Session is active
 }
 public void loadCreateAccountCtr()
 {
     // Create Controller
     ctr = new CreateAccountController();
     // Start Controller
     ctr.start();
     // Session is active
 }