SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.98k stars 215 forks source link

Register WebWindow singleton in Blazor. #30

Closed Berrysoft closed 4 years ago

Berrysoft commented 4 years ago

We may need to change some properties or get access to lower APIs through WebWindow class. This pull request allows developer to use this singleton through DI.

Berrysoft commented 4 years ago

Close because #31 does it.