private static void LerXmls()
        {
            xmlBLL x = new xmlBLL();

            x.TriagemArquivos();
        }
Exemplo n.º 2
0
        private static void ImportarArquivos()
        {
            xmlBLL x = new xmlBLL();

            x.TriagemArquivos();
        }