示例#1
0
 public static double GetDouble(string key)
 {
     return(ObscuredPrefs.GetDouble(key, 0.0));
 }