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