Ejemplo n.º 1
0
 public LoginVM()
 {
     if (ApplicationVM.token == null)
     {
         ApplicationVM.getToken();
     }
 }
Ejemplo n.º 2
0
 public StartupscreenVM()
 {
     if (ApplicationVM.ingelogdeMedewerker != null)
     {
         Employee = ApplicationVM.ingelogdeMedewerker;
         ApplicationVM.Register_EmployerInvullen();
         Enabled = false;
     }
 }