(1): 2: 3: 4: 5: 6: 7:
Lista l = nowy Lista (); sznurek [] strFile = File.ReadAllLines ("C:\ \ Test.txt"); l.AddRange (strFile); l.RemoveAt ((0)); l.RemoveAt ((0)); File.WriteAllLines ("C:\ \ Test.txt", l.ToArray ());