File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -156,3 +156,4 @@ IApplicationDestinations
156
156
ApplicationDestinations
157
157
IApplicationDocumentLists
158
158
ApplicationDocumentLists
159
+ IApplicationActivationManager
Original file line number Diff line number Diff line change 6
6
using System . IO ;
7
7
using Vanara . PInvoke ;
8
8
using Vanara . Windows . Shell ;
9
+ using Windows . Win32 . UI . Shell ;
9
10
10
11
namespace Files . App . Utils . Shell
11
12
{
@@ -16,12 +17,12 @@ public static class LaunchHelper
16
17
{
17
18
public static void LaunchSettings ( string page )
18
19
{
19
- var appActiveManager = new Shell32 . IApplicationActivationManager ( ) ;
20
+ var appActiveManager = new IApplicationActivationManager ( ) ;
20
21
21
22
appActiveManager . ActivateApplication (
22
23
"windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" ,
23
24
page ,
24
- Shell32 . ACTIVATEOPTIONS . AO_NONE ,
25
+ ACTIVATEOPTIONS . AO_NONE ,
25
26
out _ ) ;
26
27
}
27
28
You can’t perform that action at this time.
0 commit comments