wpf sucks

This commit is contained in:
Sem van der Hoeven
2020-10-12 16:32:23 +02:00
parent 6967fb625d
commit 7879aa301d
13 changed files with 311 additions and 11 deletions

View File

@@ -0,0 +1,14 @@

using SharedClientServer;
using System;
using System.Collections.Generic;
using System.Text;
namespace Server.Models
{
class Information : ObservableObject
{
public bool CanStartServer { get; set; }
}
}