Ejemplo n.º 1
0
 public LoginView(Credentials cred)
 {
     credentials = cred;
     initFields();
     initCommands();
 }
Ejemplo n.º 2
0
 public SignUpView(Credentials cred)
 {
     credentials = cred;
     initFields();
     initCommands();
 }