public App() { this.DispatcherUnhandledException += App_DispatcherUnhandledException; CefConfig.SupportAnyCpu(); }
public App() { CefConfig.SupportAnyCpu(); }
public App() { CefConfig.SupportAnyCpu(); this.Startup += App_Startup; }