using System; using System.IO; using System.Text.RegularExpressions; namespace YourCompanyName { class myClass { public static void Main() { StreamReader sr = new StreamReader(); ...and on and on and on... } } }