Skip to content

Commit

Permalink
fix: bad imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlin123 committed Oct 2, 2024
1 parent 8881848 commit 690da36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/windows-installer/NoPortsInstaller/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using System.Security.AccessControl;
using System.Windows;
using System.Windows.Controls;
using static NoPortsInstaller.ActivateController;

namespace NoPortsInstaller
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Windows;
using System.Windows.Controls;
using static NoPortsInstaller.ActivateController;

namespace NoPortsInstaller.Pages.Activate
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.IO;
using System.Windows;
using System.Windows.Controls;
using static NoPortsInstaller.ActivateController;

namespace NoPortsInstaller.Pages.Activate
{
Expand Down

0 comments on commit 690da36

Please sign in to comment.