コード例 #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
 }