コード例 #1
0
        private static void ImportarArquivos()
        {
            xmlBLL x = new xmlBLL();

            x.TriagemArquivos();
        }
コード例 #2
0
        private static void LerXmls()
        {
            xmlBLL x = new xmlBLL();

            x.TriagemArquivos();
        }
コード例 #3
0
        static void lerXmls()
        {
            xmlBLL x = new xmlBLL();

            x.triagemArquivos();
        }