Files
Csharp-eindproject/Server/Models/Information.cs
Sem van der Hoeven 7879aa301d wpf sucks
2020-10-12 16:32:23 +02:00

15 lines
229 B
C#

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