Skip to content

Commit 913ee89

Browse files
committed
* Minor optimisation
1 parent c32acee commit 913ee89

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Advanced PortChecker/Advanced PortChecker.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
36+
<UseVSHostingProcess>false</UseVSHostingProcess>
3637
</PropertyGroup>
3738
<PropertyGroup>
3839
<StartupObject>Advanced_PortChecker.App</StartupObject>

Advanced PortChecker/Windows/SettingsWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ private void BtnReset_Click(object sender, RoutedEventArgs e)
7979
Properties.Settings.Default.Save();
8080

8181
LoadSettings();
82-
ChangeVisualStyle();
8382

8483
_mw.ChangeVisualStyle();
8584
ChangeVisualStyle();

0 commit comments

Comments
 (0)