File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Flow.Launcher.Core/Resource Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
using System . IO ;
4
4
using System . Linq ;
5
5
using System . Xml ;
6
+ using System . Threading . Tasks ;
6
7
using System . Windows ;
7
8
using System . Windows . Controls ;
8
9
using System . Windows . Markup ;
9
10
using System . Windows . Media ;
10
11
using System . Windows . Media . Effects ;
11
12
using System . Windows . Shell ;
13
+ using System . Windows . Threading ;
12
14
using Flow . Launcher . Infrastructure ;
13
15
using Flow . Launcher . Infrastructure . Logger ;
14
16
using Flow . Launcher . Infrastructure . UserSettings ;
15
- using Microsoft . Win32 ;
16
17
using Flow . Launcher . Plugin ;
17
- using System . Windows . Threading ;
18
+ using Microsoft . Win32 ;
18
19
using TextBox = System . Windows . Controls . TextBox ;
19
- using System . Threading . Tasks ;
20
20
21
21
namespace Flow . Launcher . Core . Resource
22
22
{
You can’t perform that action at this time.
0 commit comments