コード例 #1
0
ファイル: KanbanBoard.cs プロジェクト: 2moveit/HotkeyKanban
 public void Save(FileInfo file)
 {
     persistency.ToFile(board, file);
 }