Exemplo n.º 1
0
 static public int GetValueInt(string key, int defaultValue)
 {
     return(ConfigSetting.GetValueInt(key, defaultValue));
 }