public static void AppInitialize() { // This will get called on startup #if DEBUG System.Diagnostics.Debug.WriteLine("Inicializando Servicio de Escucha de Antenas"); #endif Util.Util.LogProceso("Inicializando Servicio de Escucha de Antenas"); Cards = new CardsBL().GetAllCards(); new SICONA().StartListener(); }
// // GET: /Card/ #region AddViewCards public CardsController() { cardBussiness = new CardsBL(); }