No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CefSettings.cs 420B

1234567891011121314
  1. // Copyright © 2013 The CefSharp Authors. All rights reserved.
  2. //
  3. // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
  4. namespace CefSharp.WinForms
  5. {
  6. /// <summary>
  7. /// Initialization settings. Many of these and other settings can also configured
  8. /// using command-line switches.
  9. /// </summary>
  10. public class CefSettings : CefSettingsBase
  11. {
  12. }
  13. }