コード例 #1
0
        public void Iniciado()
        {
            EngineService Funcion = new EngineService();

            Funcion.CrearCarpetaArchivo();
            Funcion.EstablecerConexionSocket(pathArchivo, true);
        }
コード例 #2
0
        protected override void OnStop()
        {
            this.hilo = null;
            EngineService Funcion = new EngineService();

            Funcion.EstablecerConexionSocket(pathArchivo, false);
        }