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