-> PortScanner added

This commit is contained in:
Kevin Krüger
2022-01-18 09:14:22 +01:00
parent f7b63cb8e1
commit a07655faed
18 changed files with 1301 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ using System.Windows.Shapes;
namespace Networking.Pages
{
/// <summary>
/// Interaktionslogik für Networking.xaml
/// Interaktionslogik für PortScanner.xaml
/// </summary>
public partial class PortScanner : UserControl, IPage
{
@@ -30,6 +30,6 @@ namespace Networking.Pages
public UserControl GetPage() => new PortScanner();
public string GetUnderCategory() => "PortScan";
public string GetUnderCategory() => "PortScanner";
}
}