Skip to content

Commit 20f92e8

Browse files
authored
Update windowing-overview.md (#1886)
Removed erroneous using-statements at the beginning of the C++ code snippet.
1 parent 8394a9a commit 20f92e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hub/apps/windows-app-sdk/windowing/windowing-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ The following code examples demonstrate how to retrieve an [AppWindow](/windows/
8282
### C++ Sample for getting an AppWindow for a WinUI 3 window
8383

8484
```cpp
85-
#using namespace winrt;
86-
#using namespace Microsoft::UI::Xaml;
87-
8885
// The include- and using-statements below are in addition to the ones you need for WinUI 3
8986
// You can add these to your pch.cpp file in order to not have to include them in each xaml.cpp file
9087
// where you need to access windowing APIs.

0 commit comments

Comments
 (0)