예제 #1
0
 private void Save()
 {
     Prefs.SetKey("ActionRecords", KTool.DictToSplitStr(_records));
     _isDirty = false;
 }