We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f0925 commit b05b91eCopy full SHA for b05b91e
ListViewSample/ListViewSample/BookInfo.cs
@@ -1,5 +1,4 @@
1
-using System;
2
-using System.Collections.Generic;
+using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
@@ -8,11 +7,6 @@ namespace ListViewSample
8
7
{
9
public class BookInfo
10
11
- public BookInfo()
12
- {
13
-
14
- }
15
16
public string Name { get; set; }
17
18
public string Description { get; set; }
ListViewSample/ListViewSample/LoadMoreViewModel.cs
using System.Collections.ObjectModel;
0 commit comments