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 4b1c092 commit 74785e6Copy full SHA for 74785e6
App/Views/TrayWindow.xaml.cs
@@ -5,7 +5,6 @@
5
using Coder.Desktop.App.Views.Pages;
6
using CommunityToolkit.Mvvm.Input;
7
using Microsoft.UI;
8
-using Microsoft.UI.Input;
9
using Microsoft.UI.Windowing;
10
using Microsoft.UI.Xaml;
11
using Microsoft.UI.Xaml.Controls;
@@ -14,7 +13,6 @@
14
13
using System.Runtime.InteropServices;
15
using Windows.Graphics;
16
using Windows.System;
17
-using Windows.UI.Core;
18
using WinRT.Interop;
19
using WindowActivatedEventArgs = Microsoft.UI.Xaml.WindowActivatedEventArgs;
20
0 commit comments