Esempio n. 1
0
        private async Task DownloadFileNames()
        {
            fileList = await downloadService.DownloadFileNames();

            if (fileList == null)
            {
                MessageBox.Show($"Error happened during download the file names");
            }
        }