File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -156,3 +156,4 @@ IApplicationDestinations
156156ApplicationDestinations
157157IApplicationDocumentLists
158158ApplicationDocumentLists
159+ IApplicationActivationManager
Original file line number Diff line number Diff line change 66using System . IO ;
77using Vanara . PInvoke ;
88using Vanara . Windows . Shell ;
9+ using Windows . Win32 . UI . Shell ;
910
1011namespace Files . App . Utils . Shell
1112{
@@ -16,12 +17,12 @@ public static class LaunchHelper
1617 {
1718 public static void LaunchSettings ( string page )
1819 {
19- var appActiveManager = new Shell32 . IApplicationActivationManager ( ) ;
20+ var appActiveManager = new IApplicationActivationManager ( ) ;
2021
2122 appActiveManager . ActivateApplication (
2223 "windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" ,
2324 page ,
24- Shell32 . ACTIVATEOPTIONS . AO_NONE ,
25+ ACTIVATEOPTIONS . AO_NONE ,
2526 out _ ) ;
2627 }
2728
You can’t perform that action at this time.
0 commit comments