ICefDevService.cs 132 B

12345678
  1. namespace Cbdx.Tests
  2. {
  3. //TODO: Debug build only?
  4. internal interface ICefDevService
  5. {
  6. void ShowF12();
  7. }
  8. }