Skip to content

Commit dbdac1c

Browse files
committed
readded debug only usings
1 parent 74785e6 commit dbdac1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

App/Views/TrayWindow.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using Coder.Desktop.App.Views.Pages;
66
using CommunityToolkit.Mvvm.Input;
77
using Microsoft.UI;
8+
using Microsoft.UI.Input;
89
using Microsoft.UI.Windowing;
910
using Microsoft.UI.Xaml;
1011
using Microsoft.UI.Xaml.Controls;
@@ -13,6 +14,7 @@
1314
using System.Runtime.InteropServices;
1415
using Windows.Graphics;
1516
using Windows.System;
17+
using Windows.UI.Core;
1618
using WinRT.Interop;
1719
using WindowActivatedEventArgs = Microsoft.UI.Xaml.WindowActivatedEventArgs;
1820

0 commit comments

Comments
 (0)