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 74785e6 commit dbdac1cCopy full SHA for dbdac1c
App/Views/TrayWindow.xaml.cs
@@ -5,6 +5,7 @@
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;
@@ -13,6 +14,7 @@
13
14
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