Example #1
0
 private string GetValue(string Sec, string Key)
 {
     return(ini.ReadValueBetween(Sec, Key));
 }