string text = System.IO.File.ReadAllText(@"C:\파일명.txt");
string[] lines = System.IO.File.ReadAllLines(@"C:\파일명.txt");