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