コード例 #1
0
ファイル: ShowFirstPage.cs プロジェクト: Frainx8/MemoryCards
 public void DeleteFromtodaysCards(CardModel card)
 {
     todaysCards.Remove(card);
 }