Skip to content

Commit e6e85f6

Browse files
committed
Add license disclaimer
Cleanup formatting
1 parent 5543b21 commit e6e85f6

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
1+
// Copyright © 2010-2014 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+
5+
using System;
56

67
namespace CefSharp.Wpf.Example.Handlers
78
{
8-
99
public class MenuHandler : IMenuHandler
1010
{
11-
1211
public bool OnBeforeContextMenu(IWebBrowser browser, IContextMenuParams parameters)
1312
{
14-
1513
Console.WriteLine("Context menu opened");
1614
Console.WriteLine(parameters.MisspelledWord);
1715

1816
return true;
1917
}
20-
21-
2218
}
2319
}

0 commit comments

Comments
 (0)