Example #1
0
 static public float GetValueFloat(string key, float defaultValue)
 {
     return(ConfigSetting.GetValueFloat(key, defaultValue));
 }