Exemplo n.º 1
0
 private void FormMain_FormClosing(object sender, FormClosingEventArgs e)
 {
     MostRecentList.Save(AppPaths.RecentDecksFilePath, _recentDecks);
     FavouritesList.Save(AppPaths.FavouritessFilePath, _favourites);
 }