We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42dad4 commit bc3e66dCopy full SHA for bc3e66d
Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.cs
@@ -2,11 +2,11 @@
2
// The .NET Foundation licenses this file to you under the MIT license.
3
// See the LICENSE file in the project root for more information.
4
5
-using Microsoft.Toolkit.Uwp.Extensions;
6
-using Microsoft.Toolkit.Uwp.UI.Extensions;
7
using System;
8
using System.Collections.Generic;
9
using System.Linq;
+using Microsoft.Toolkit.Uwp.Extensions;
+using Microsoft.Toolkit.Uwp.UI.Extensions;
10
using Windows.UI.Xaml;
11
using Windows.UI.Xaml.Automation;
12
using Windows.UI.Xaml.Controls;
0 commit comments