Ini ini = new Ini(path+"\\Set.ini"); 
//BmpFileStr = ini.IniReadValue ("Main","BmpFileStr");
FontColor = ini.IniReadValue ("Main","FontColor");
BackColor1 = ini.IniReadValue ("Main","LabelColorOne");
BackColor2 = ini.IniReadValue ("Main","LabelColorTwo");
出错
Error 4 The type or namespace name 'Ini' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\goodfriend\goodfriend\SetupForm.cs 314 4 goodfriend大家帮我搞一下
谢谢了是不是缺少using 什么?