Skip to content

Commit 58dda08

Browse files
yoshiaskmichael-hawker
authored andcommitted
Switched to WinUI NavView, template broken
1 parent 8ecc496 commit 58dda08

File tree

2 files changed

+190
-203
lines changed

2 files changed

+190
-203
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar/TabbedCommandBar.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
using Windows.UI.Xaml;
77
using Windows.UI.Xaml.Controls;
88
using Windows.UI.Xaml.Markup;
9-
using Windows.UI.Xaml.Media;
109
using Windows.UI.Xaml.Media.Animation;
10+
using NavigationView = Microsoft.UI.Xaml.Controls.NavigationView;
11+
using NavigationViewSelectionChangedEventArgs = Microsoft.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs;
1112

1213
namespace Microsoft.Toolkit.Uwp.UI.Controls
1314
{

0 commit comments

Comments
 (0)