コード例 #1
0
ファイル: Main.cs プロジェクト: hmaster20/Dictionary
 private void Save()
 {
     _dictionary.Save();
     RefreshTable();
 }