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 27e3f87 commit 5e76f84Copy full SHA for 5e76f84
CefSharp.WinForms.Example/FocusHandler.cs
@@ -3,12 +3,13 @@
3
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4
5
using System.Windows.Forms;
6
+
7
namespace CefSharp.WinForms.Example
8
{
9
internal class FocusHandler : IFocusHandler
10
- private ChromiumWebBrowser browser;
11
- private ToolStripTextBox urlTextBox;
+ private readonly ChromiumWebBrowser browser;
12
+ private readonly ToolStripTextBox urlTextBox;
13
14
public FocusHandler(ChromiumWebBrowser browser, ToolStripTextBox urlTextBox)
15
0 commit comments