I want my program to read from two text files into one List. The List is sorting and cleaning duplicates.
List
I want the
StreamWriter file = new System.IO.StreamWriter(speichern); foreach(string x in ausgabeListe) file.WriteLine(x); file.Close();