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