コード例 #1
0
ファイル: MainViewModel.cs プロジェクト: L4505/Eversti-9000
        public void SetDisplayItem()
        {
            DisplayItem.Clear();
            List <Item> temp = ItemList.ToList();

            this.DisplayItem.Add(new Item
            {
                Id   = this.ItemList.Last().Id,
                Date = this.ItemList.Last().Date
            });
        }