We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81b3793 + 5f76804 commit 7f507a6Copy full SHA for 7f507a6
2 files changed
src/ElectronNET.Samples.ElectronHostHook/Controllers/HomeController.cs
@@ -1,5 +1,6 @@
1
using ElectronNET.API;
2
using Microsoft.AspNetCore.Mvc;
3
+using System.Threading.Tasks;
4
5
namespace ElectronNET.Samples.ElectronHostHook.Controllers
6
{
src/ElectronNET.Samples.ElectronHostHook/Program.cs
@@ -1,4 +1,6 @@
+using Microsoft.AspNetCore.Builder;
+using Microsoft.Extensions.DependencyInjection;
namespace ElectronNET.Samples.ElectronHostHook
0 commit comments