Exemplo n.º 1
0
 public bool LoadFromString(string data)
 {
     return(Load(INIFile.CreateFromRawINIString(data)));
 }