Skip to content

Commit

Permalink
- BrowserControl now derived from Control.
Browse files Browse the repository at this point in the history
- Removed invalid reference System.Threading, Version=1.0.2698.102.
- Throw exception if CefBrowser is not initalized, when try execute some commands from BrowserControl.
- Signed CefSharp.dll.
  • Loading branch information
fddima committed Dec 9, 2010
1 parent 9745038 commit 8dfb279
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 357 deletions.
Binary file added CefSharp.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion CefSharp/BrowserControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace CefSharp
{
interface class IBeforeResourceLoad;

public ref class BrowserControl sealed : public UserControl, INotifyPropertyChanged
public ref class BrowserControl sealed : public Control, INotifyPropertyChanged
{
bool _canGoForward;
bool _canGoBack;
Expand Down
Loading

0 comments on commit 8dfb279

Please sign in to comment.