Example #1
0
 public App()
 {
     this.DispatcherUnhandledException += App_DispatcherUnhandledException;
     CefConfig.SupportAnyCpu();
 }
Example #2
0
 public App()
 {
     CefConfig.SupportAnyCpu();
 }
Example #3
0
 public App()
 {
     CefConfig.SupportAnyCpu();
     this.Startup += App_Startup;
 }