Example #1
0
 public TimeRecordElement(string name)
 {
     this.Name  = name;
     this.Value = SharedPrefs.GetLong(name);
 }