Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb95f70

Browse files
committed
Fix mistake in cachepath
1 parent68aafc6 commitfb95f70

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎CefSharp.MinimalExample.Wpf.HwndHost/App.xaml.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ public partial class App : Application
99
{
1010
publicApp()
1111
{
12+
varcachePath=Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),"CefSharp\\Cache");
13+
1214
#ifANYCPU
1315
//Only required for PlatformTarget of AnyCPU
1416
CefRuntime.SubscribeAnyCpuAssemblyResolver();
15-
16-
varcachePath=Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),"CefSharp\\Cache");
1717
#endif
1818
varsettings=newCefSettings()
1919
{

‎CefSharp.MinimalExample.Wpf/App.xaml.cs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ public partial class App : Application
99
{
1010
publicApp()
1111
{
12+
varcachePath=Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),"CefSharp\\Cache");
1213
#ifANYCPU
1314
//Only required for PlatformTarget of AnyCPU
1415
CefRuntime.SubscribeAnyCpuAssemblyResolver();
15-
16-
varcachePath=Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),"CefSharp\\Cache");
1716
#endif
1817
varsettings=newCefSettings()
1918
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp