diff --git a/.vs/Server Dashboard/DesignTimeBuild/.dtbcache.v2 b/.vs/Server Dashboard/DesignTimeBuild/.dtbcache.v2 index 5836e70..0982798 100644 Binary files a/.vs/Server Dashboard/DesignTimeBuild/.dtbcache.v2 and b/.vs/Server Dashboard/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Server Dashboard/v16/.suo b/.vs/Server Dashboard/v16/.suo index 7707516..3d88c30 100644 Binary files a/.vs/Server Dashboard/v16/.suo and b/.vs/Server Dashboard/v16/.suo differ diff --git a/Server Dashboard Socket/EchoServer.cs b/Server Dashboard Socket/EchoServer.cs index 906621a..0d5fade 100644 --- a/Server Dashboard Socket/EchoServer.cs +++ b/Server Dashboard Socket/EchoServer.cs @@ -4,6 +4,9 @@ using System.Net.Sockets; using System.Threading.Tasks; namespace Server_Dashboard_Socket { + /// + /// Basic echo server to test the socket connection + /// public class EchoServer { public void Start(int port = 9565) { IPEndPoint endPoint = new IPEndPoint(IPAddress.Loopback, port); diff --git a/Server Dashboard/App.xaml b/Server Dashboard/App.xaml index 689ca61..cf4f5d7 100644 --- a/Server Dashboard/App.xaml +++ b/Server Dashboard/App.xaml @@ -356,6 +356,5 @@ - diff --git a/Server Dashboard/AttachedProperty/BaseAttachedProperty.cs b/Server Dashboard/AttachedProperty/BaseAttachedProperty.cs index 55ae5e3..1046070 100644 --- a/Server Dashboard/AttachedProperty/BaseAttachedProperty.cs +++ b/Server Dashboard/AttachedProperty/BaseAttachedProperty.cs @@ -4,6 +4,11 @@ using System.Text; using System.Windows; namespace Server_Dashboard { + /// + /// Attached property base class + /// + /// + /// public abstract class BaseAttachedProperty where Parent : BaseAttachedProperty, new() { public event Action ValueChanged = (sender, e) => { }; diff --git a/Server Dashboard/AttachedProperty/HyperlinkProperties.cs b/Server Dashboard/AttachedProperty/HyperlinkProperties.cs index 3e442c2..47d27c6 100644 --- a/Server Dashboard/AttachedProperty/HyperlinkProperties.cs +++ b/Server Dashboard/AttachedProperty/HyperlinkProperties.cs @@ -5,8 +5,7 @@ using System.Text; using System.Windows; using System.Windows.Documents; -namespace Server_Dashboard - { +namespace Server_Dashboard { public static class HyperlinkExtensions { public static bool GetIsExternal(DependencyObject obj) { return (bool)obj.GetValue(IsExternalProperty); diff --git a/Server Dashboard/Controls/Dashboard/CRUD Popup/CreateModulePopup.xaml b/Server Dashboard/Controls/Dashboard/CRUD Popup/CreateModulePopup.xaml index cfb80fe..2cadfe9 100644 --- a/Server Dashboard/Controls/Dashboard/CRUD Popup/CreateModulePopup.xaml +++ b/Server Dashboard/Controls/Dashboard/CRUD Popup/CreateModulePopup.xaml @@ -6,19 +6,12 @@ xmlns:local="clr-namespace:Server_Dashboard.Views.DashboardPages.ModuleCRUD" xmlns:root="clr-namespace:Server_Dashboard" xmlns:i="http://schemas.microsoft.com/xaml/behaviors" d:DataContext="{d:DesignInstance Type=root:DashboardModuleViewModel}" - mc:Ignorable="d" - ResizeMode="NoResize" - Height="700" - Width="500" - d:WindowStyle="None" - > + mc:Ignorable="d" ResizeMode="NoResize" Height="700" Width="500" d:WindowStyle="None"> - + + @@ -27,10 +20,8 @@ - + + @@ -40,19 +31,8 @@ - - - + @@ -76,192 +52,98 @@ + - + - + - - + + + - + - + - + - + + - + - + - - + + + - + - + - - + + + - + @@ -270,38 +152,16 @@ - - + + - - - - - + + + - + @@ -97,48 +74,19 @@ - - + - + - - - + + + @@ -146,17 +94,8 @@ - - + @@ -166,35 +105,14 @@ - + - + - + - + @@ -203,29 +121,11 @@ - -