Esempio n. 1
0
 object ReadValue <T>(string valueName)
 {
     return((T)Convert.ChangeType(fileSection.GetValue(fieldId), typeof(T)));
 }