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 33using System . IO ;
44using System . Linq ;
55using System . Xml ;
6+ using System . Threading . Tasks ;
67using System . Windows ;
78using System . Windows . Controls ;
89using System . Windows . Markup ;
910using System . Windows . Media ;
1011using System . Windows . Media . Effects ;
1112using System . Windows . Shell ;
13+ using System . Windows . Threading ;
1214using Flow . Launcher . Infrastructure ;
1315using Flow . Launcher . Infrastructure . Logger ;
1416using Flow . Launcher . Infrastructure . UserSettings ;
15- using Microsoft . Win32 ;
1617using Flow . Launcher . Plugin ;
17- using System . Windows . Threading ;
18+ using Microsoft . Win32 ;
1819using TextBox = System . Windows . Controls . TextBox ;
19- using System . Threading . Tasks ;
2020
2121namespace Flow . Launcher . Core . Resource
2222{
You can’t perform that action at this time.
0 commit comments