-> PortScanner added
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user