예제 #1
0
 public void StoreDictionary(WordDictionary wordDictionary)
 {
     loadSaveJson.Serialize(wordDictionary, Filename);
 }