File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 4
4
using Coder . Desktop . App . Utils ;
5
5
using Coder . Desktop . App . Views . Pages ;
6
6
using CommunityToolkit . Mvvm . Input ;
7
- using Microsoft . Extensions . Configuration ;
8
7
using Microsoft . UI ;
9
- using Microsoft . UI . Composition ;
10
- using Microsoft . UI . Composition . SystemBackdrops ;
11
8
using Microsoft . UI . Input ;
12
9
using Microsoft . UI . Windowing ;
13
10
using Microsoft . UI . Xaml ;
14
11
using Microsoft . UI . Xaml . Controls ;
15
- using Microsoft . UI . Xaml . Media ;
16
12
using Microsoft . UI . Xaml . Media . Animation ;
17
13
using System ;
18
- using System . Diagnostics ;
19
14
using System . Runtime . InteropServices ;
20
15
using Windows . Graphics ;
21
16
using Windows . System ;
22
17
using Windows . UI . Core ;
23
- using WinRT ;
24
18
using WinRT . Interop ;
25
19
using WindowActivatedEventArgs = Microsoft . UI . Xaml . WindowActivatedEventArgs ;
26
20
You can’t perform that action at this time.
0 commit comments