File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Flow.Launcher.Core/Plugin Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
- using Accessibility ;
2
- using Flow . Launcher . Core . Resource ;
1
+ using Flow . Launcher . Core . Resource ;
3
2
using Flow . Launcher . Infrastructure ;
4
3
using System ;
5
4
using System . Collections . Generic ;
6
- using System . ComponentModel ;
7
5
using System . Diagnostics ;
8
6
using System . IO ;
9
7
using System . Linq ;
10
- using System . Reflection ;
11
8
using System . Text . Json ;
12
9
using System . Threading ;
13
10
using System . Threading . Tasks ;
14
11
using Flow . Launcher . Infrastructure . Logger ;
15
12
using Flow . Launcher . Infrastructure . UserSettings ;
16
13
using Flow . Launcher . Plugin ;
17
- using ICSharpCode . SharpZipLib . Zip ;
18
- using JetBrains . Annotations ;
19
14
using Microsoft . IO ;
20
- using System . Text . Json . Serialization ;
21
15
using System . Windows ;
22
16
using System . Windows . Controls ;
23
17
using YamlDotNet . Serialization ;
24
18
using YamlDotNet . Serialization . NamingConventions ;
25
19
using CheckBox = System . Windows . Controls . CheckBox ;
26
20
using Control = System . Windows . Controls . Control ;
27
- using Label = System . Windows . Controls . Label ;
28
21
using Orientation = System . Windows . Controls . Orientation ;
29
22
using TextBox = System . Windows . Controls . TextBox ;
30
23
using UserControl = System . Windows . Controls . UserControl ;
31
- using System . Windows . Data ;
32
24
33
25
namespace Flow . Launcher . Core . Plugin
34
26
{
You can’t perform that action at this time.
0 commit comments