예제 #1
0
 public bool getSignUpStatus()
 {
     Account acc = new Account(this);
     return acc.signUpClosed();
 }