We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d675a4 commit a1a139dCopy full SHA for a1a139d
CefSharp.WinForms/WebView.cs
@@ -5,6 +5,9 @@
5
6
namespace CefSharp.WinForm
7
{
8
+ // TODO: Should not implement IRenderWebBrowser straight away, since it means we have to add a bunch of boilerplate properties
9
+ // TODO: which aren't even used. The proper way would be to add another interface, which is only used for WinForms (which the
10
+ // TODO: IRenderWebBrowser should then inherit from, and extend as appropriate).
11
public class WebView : Control, IRenderWebBrowser
12
13
private BrowserCore browserCore;
0 commit comments