Example #1
0
        public bool VerificaAtualizacaoDisponivel()
        {
            try
            {
                HLP.WebService.Ws_versionamento_Cliente.Verisionamento ws = new HLP.WebService.Ws_versionamento_Cliente.Verisionamento();
                return ws.VerificaVersaoLiberadaParaCliente(belStatic.sNomeEmpresa);
            }
            catch (Exception)
            {
                return false;
            }

        }