Skip to content

Commit b05b91e

Browse files
committed
Modified the sample
1 parent 96f0925 commit b05b91e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

ListViewSample/ListViewSample/BookInfo.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.Linq;
43
using System.Text;
54
using System.Threading.Tasks;
@@ -8,11 +7,6 @@ namespace ListViewSample
87
{
98
public class BookInfo
109
{
11-
public BookInfo()
12-
{
13-
14-
}
15-
1610
public string Name { get; set; }
1711

1812
public string Description { get; set; }

ListViewSample/ListViewSample/LoadMoreViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.Collections.ObjectModel;
43
using System.Linq;
54
using System.Text;

0 commit comments

Comments
 (0)