Jump to content
Remember me This is not recommended for shared computers
Sign in anonymously Don't add me to the active users list
Posted 23 January 2013 - 06:52 AM
while (File.Exists("Settings.dat")) { options.username = reader.ReadLine(); Console.WriteLine("User: " + options.username); reader.Close(); }
What is wrong in here?
Posted 23 January 2013 - 06:47 AM
I was in this, i don't have any if statements