Skip to content

Commit e136611

Browse files
authored
Update using-the-visual-layer-with-win32.md (#5381)
1 parent 0960cd6 commit e136611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hub/apps/desktop/modernize/ui/using-the-visual-layer-with-win32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ We make this class a singleton to avoid threading issues. For example, you can o
104104
1. Add a new class file to your project.
105105
- In **Solution Explorer**, right click the _HelloComposition_ project.
106106
- In the context menu, select **Add** > **Class...**.
107-
- In the **Add Class** dialog, name the class _CompositionHost.cs_, then click **Add**.
107+
- In the **Add Class** dialog, name the class _CompositionHost_, then click **Add**.
108108
109109
1. Include headers and _usings_ required for composition interop.
110110
- In CompositionHost.h, add these _includes_ at the top of the file.

0 commit comments

Comments
 (0)