Skip to content

Commit a7f45dc

Browse files
Update Readme.md
1 parent 2d829ed commit a7f45dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CS/EditForm/Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ This example shows how to set up the grid to display the Edit Values form when a
77
<!-- default file list -->
88
## Files to Review
99

10-
* [MainPage.xaml](./DataGrid_EditForm/MainPage.xaml)
11-
* [App.xaml.cs](./DataGrid_EditForm/App.xaml.cs)
12-
* [Product.cs](./DataGrid_EditForm/DataModel/Product.cs)
13-
* [Order.cs](./DataGrid_EditForm/DataModel/Order.cs)
14-
* [OrderRepository.cs](./DataGrid_EditForm/DataModel/OrderRepository.cs)
15-
* [ModelObject.cs](./DataGrid_EditForm/DataModel/ModelObject.cs)
10+
* [MainPage.xaml](MainPage.xaml)
11+
* [App.xaml.cs](App.xaml.cs)
12+
* [Product.cs](DataModel/Product.cs)
13+
* [Order.cs](DataModel/Order.cs)
14+
* [OrderRepository.cs](DataModel/OrderRepository.cs)
15+
* [ModelObject.cs](DataModel/ModelObject.cs)
1616
<!-- default file list end -->

0 commit comments

Comments
 (0)