Пример #1
0
        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();
        }
Пример #2
0
        //
        // GET: /Card/

        #region AddViewCards
        public CardsController()
        {
            cardBussiness = new CardsBL();
        }