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

@@ -3,6 +3,7 @@ using Server_Dashboard.Properties;
using System;
using System.Windows.Input;
using System.Threading.Tasks;
using Server_Dashboard_Socket;
namespace Server_Dashboard {
/// <summary>
@@ -59,6 +60,7 @@ namespace Server_Dashboard {
#region Constructor
public LoginViewModel() {
SocketClient sc = new SocketClient();
//Loading circle is hidden on startup
Loading = "Hidden";
//Command inits