Пример #1
0
        private bool CheckFileExistance(string fileName)
        {
            bool fileExists = false;

            Facade.IInvoice facInv = new Facade.Invoice();
            fileExists = facInv.CheckFile(fileName);

            return(fileExists);
        }