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