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