예제 #1
0
파일: App.xaml.cs 프로젝트: congzw/demo-cef
 public App()
 {
     this.DispatcherUnhandledException += App_DispatcherUnhandledException;
     CefConfig.SupportAnyCpu();
 }
예제 #2
0
파일: App.xaml.cs 프로젝트: congzw/demo-cef
 public App()
 {
     CefConfig.SupportAnyCpu();
 }
예제 #3
0
 public App()
 {
     CefConfig.SupportAnyCpu();
     this.Startup += App_Startup;
 }