From faa53f6a0fc01d31cd6ff61a34f5020fa81b6d81 Mon Sep 17 00:00:00 2001 From: but2002 <barryt_9@hotmail.com> Date: Thu, 22 Mar 2012 13:27:40 -0500 Subject: [PATCH] Forgot to put credit where credit is due. --- INI.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/INI.cs b/INI.cs index b54fc67..ba36e6d 100644 --- a/INI.cs +++ b/INI.cs @@ -8,6 +8,7 @@ namespace Ini /// <summary> /// Create a New INI file to store or load data /// </summary> + /// Created by BLaZiNiX at http://www.codeproject.com/Articles/1966/An-INI-file-handling-class-using-C public class IniFile { public string path;