Initial commit of Vanara.Windows.Shell.ShellBrowser (#221)

* Fix typo in folder name

* Initial commit of ShellBrowser, as of 01-Apr-21

* Fixing brainbug
pull/332/head
Thorsten Jung 2021-04-02 17:04:25 +02:00 committed by GitHub
parent 3c2229908a
commit b071867262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1140 additions and 168 deletions

File diff suppressed because it is too large Load Diff

View File

@ -191,7 +191,7 @@ namespace Vanara.Windows.Shell
/// <summary>Gets the default size of the control.</summary>
protected override Size DefaultSize => new Size(250, 200);
private IShellBrowser Browser => iBrowser ??= new ShellBrowser(this);
private IShellBrowser Browser => iBrowser ??= new ShellBrowser(/* this */);
/// <summary>Implements the operator !=.</summary>
/// <param name="left">The left.</param>