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