Exemplo n.º 1
0
 public NotificationsWrapper()
 {
     operacionesBL = new OperacionesBL();
     Core.Lib.ViewModels.Clientes.RegistroViewModel.RegistroCliente += (s, e) => InitRegistro();
     Core.Lib.BL.SeguridadBL.Autentificado += (s, e) => Init();
 }
Exemplo n.º 2
0
 public NotificationsWrapper()
 {
     operacionesBL = new OperacionesBL();
     Core.Lib.BL.SeguridadBL.Autentificado += (s, e) => Init();
 }