예제 #1
0
 public LoginViewModel()
 {
     dialogoSerices = new DialogoServices();
     apiServicio    = new ApiServicio();
     this.IsEnabled = true;
     this.IsRunning = false;
     this.IsRemeber = true;
     this.Email     = "*****@*****.**";
     this.password  = "******";
 }
예제 #2
0
 public EmpresaInicioViewModel()
 {
     dialogoServices = new DialogoServices();
     apiServicio     = new ApiServicio();
     LoadingEmpresaInicioViewModel();
 }
예제 #3
0
 public RegisterViewModel()
 {
     dialogoServices     = new  DialogoServices();
     this.registerNombre = "david stiven";
 }