Skip to content

Commit 5e76f84

Browse files
committed
Add extra line break
Make properties readonly
1 parent 27e3f87 commit 5e76f84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CefSharp.WinForms.Example/FocusHandler.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44

55
using System.Windows.Forms;
6+
67
namespace CefSharp.WinForms.Example
78
{
89
internal class FocusHandler : IFocusHandler
910
{
10-
private ChromiumWebBrowser browser;
11-
private ToolStripTextBox urlTextBox;
11+
private readonly ChromiumWebBrowser browser;
12+
private readonly ToolStripTextBox urlTextBox;
1213

1314
public FocusHandler(ChromiumWebBrowser browser, ToolStripTextBox urlTextBox)
1415
{

0 commit comments

Comments
 (0)