示例#1
0
 private void WriteZipInTheTextBlock(string filePath)
 {
     using (RepoFile repo = new RepoFile())
     {
         IEnumerable <string> myLines = repo.ExtractZipFiles(filePath);
         WriteInTextCountryInfo(myLines);
     }
     Dispatcher.Invoke(() => { });
 }