File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ This example shows how to set up the grid to display the Edit Values form when a
7
7
<!-- default file list -->
8
8
## Files to Review
9
9
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 )
16
16
<!-- default file list end -->
You can’t perform that action at this time.
0 commit comments