File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ a name="introduction"></a> This walkthrough provides an introduction to Windows
174
174
Or like this in Visual Basic:
175
175
176
176
```xaml
177
- NavigationWindow x:Class="MainWindow"
177
+ < NavigationWindow x : Class =" MainWindow"
178
178
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
179
179
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
180
180
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
@@ -203,7 +203,7 @@ a name="introduction"></a> This walkthrough provides an introduction to Windows
203
203
Your ExpenseReportPage.xaml file should now look like this in C#:
204
204
205
205
```xaml
206
- Page x:Class="ExpenseIt.ExpenseReportPage"
206
+ < Page x : Class =" ExpenseIt.ExpenseReportPage"
207
207
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
208
208
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
209
209
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
You can’t perform that action at this time.
0 commit comments