File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
CefSharp.MinimalExample.Wpf.HwndHost
CefSharp.MinimalExample.Wpf Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ public partial class App : Application
9
9
{
10
10
public App ( )
11
11
{
12
+ var cachePath = Path . Combine ( Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) , "CefSharp\\ Cache" ) ;
13
+
12
14
#if ANYCPU
13
15
//Only required for PlatformTarget of AnyCPU
14
16
CefRuntime . SubscribeAnyCpuAssemblyResolver ( ) ;
15
-
16
- var cachePath = Path . Combine ( Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) , "CefSharp\\ Cache" ) ;
17
17
#endif
18
18
var settings = new CefSettings ( )
19
19
{
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ public partial class App : Application
9
9
{
10
10
public App ( )
11
11
{
12
+ var cachePath = Path . Combine ( Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) , "CefSharp\\ Cache" ) ;
12
13
#if ANYCPU
13
14
//Only required for PlatformTarget of AnyCPU
14
15
CefRuntime . SubscribeAnyCpuAssemblyResolver ( ) ;
15
-
16
- var cachePath = Path . Combine ( Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) , "CefSharp\\ Cache" ) ;
17
16
#endif
18
17
var settings = new CefSettings ( )
19
18
{
You can’t perform that action at this time.
0 commit comments