Skip to content

Commit e2a534a

Browse files
grauwoelfchenRon Petrusha
authored andcommitted
Fix class name (#5175)
As same as above ExpenseItHome class, this should be ExpenseReportPage as it is in the code.
1 parent 0e4aea7 commit e2a534a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ In this section, you'll add two pages and an image to the application.
191191
[!code-csharp[ExpenseIt#2_5](../../../../samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt2/ExpenseItHome.xaml.cs#2_5)]
192192
[!code-vb[ExpenseIt#2_5](../../../../samples/snippets/visualbasic/VS_Snippets_Wpf/ExpenseIt/VB/ExpenseIt1_A/ExpenseItHome.xaml.vb#2_5)]
193193

194-
And like this for **ExpenseReport**:
194+
And like this for **ExpenseReportPage**:
195195

196196
[!code-csharp[ExpenseIt#5](../../../../samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt/ExpenseReportPage.xaml.cs#5)]
197197
[!code-vb[ExpenseIt#5](../../../../samples/snippets/visualbasic/VS_Snippets_Wpf/ExpenseIt/VB/ExpenseIt1_A/ExpenseReportPage.xaml.vb#5)]

0 commit comments

Comments
 (0)