You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/tutorials/winui-notes/includes/intro.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.date: 03/26/2025
5
5
ms.topic: include
6
6
---
7
7
8
-
This tutorial series demonstrates how to create a WinUI 3 app using XAML and C#. The app you'll create is a note app, where the user can create, save, and load multiple notes.
8
+
This tutorial series demonstrates how to create a WinUI 3 app using XAML and C#. The app you'll create is a note app, where the user can create, save, and load multiple notes. You can download or view the code for this tutorial from the [GitHub repo](https://github.com/MicrosoftDocs/windows-topic-specific-samples/tree/winui-3/tutorials/winui-notes).
9
9
10
10
In this tutorial, you learn how to:
11
11
@@ -18,7 +18,7 @@ In this tutorial, you learn how to:
18
18
> - Use navigation to move to and from pages in the app.
19
19
> - Use resources like documentation and sample apps to create your own app.
20
20
21
-
You'll use Visual Studio 2022 to create an app that you can use to enter a note and save it to local app storage. The app will have two pages:
21
+
You'll use Visual Studio 2022 to create an app that you can use to enter a note and save it to local app storage. You can find the source code for this app here. The app will have two pages:
22
22
23
23
-`NotePage` - a page for editing a single note.
24
24
-`AllNotesPage` - a page to show all the saved notes.
@@ -27,11 +27,11 @@ The final application is shown below:
27
27
28
28
_AllNotesPage_
29
29
30
-
:::image type="content" source="../media/intro/final-all-notes.png" alt-text="Final screenshot of the notes app, showing three save notes.":::
30
+
:::image type="content" border="false" source="../media/intro/final-all-notes.png" alt-text="Final screenshot of the notes app, showing three save notes.":::
31
31
32
32
_NotePage_
33
33
34
-
:::image type="content" source="../media/intro/final-note.png" alt-text="Final screenshot of the notes app, showing a new blank note.":::
34
+
:::image type="content" border="false" source="../media/intro/final-note.png" alt-text="Final screenshot of the notes app, showing a new blank note.":::
0 commit comments