Added a socket client

This commit is contained in:
Rene Schwarz
2021-08-07 01:01:17 +02:00
parent 58524a9514
commit f8f28984a5
62 changed files with 1320 additions and 174 deletions

View File

@@ -18,10 +18,10 @@
<Compile Update="Controls\ServerModules\ServerModule.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\DashboardPages\MainDashboardPage.xaml.cs">
<Compile Update="Views\Pages\MainDashboardPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Controls\Dashboard\CRUD Popup\CreateModulePopup.xaml.cs">
<Compile Update="Views\Dashboard\CRUD Popup\CreateModulePopup.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\DashboardWindow.xaml.cs">
@@ -44,10 +44,10 @@
<Page Update="LoginWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\DashboardPages\MainDashboardPage.xaml">
<Page Update="Views\Pages\MainDashboardPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Controls\Dashboard\CRUD Popup\CreateModulePopup.xaml">
<Page Update="Views\Dashboard\CRUD Popup\CreateModulePopup.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\DashboardWindow.xaml">