SampleCefApp.cs 286 B

123456789101112131415
  1. namespace Xilium.CefGlue.Samples.WpfOsr
  2. {
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Linq;
  6. using System.Text;
  7. using Xilium.CefGlue;
  8. internal sealed class SampleCefApp : CefApp
  9. {
  10. public SampleCefApp()
  11. {
  12. }
  13. }
  14. }