added methods to send to all in lobby

This commit is contained in:
Sem van der Hoeven
2020-10-13 13:28:18 +02:00
parent 52e83f111a
commit 1ae1b628f3
11 changed files with 193 additions and 6 deletions

View File

@@ -6,8 +6,6 @@
<UseWPF>true</UseWPF>
</PropertyGroup>
<Import Project="..\SharedClientServer\SharedClientServer.projitems" Label="Shared" />
<ItemGroup>
<PackageReference Include="AsyncAwaitBestPractices" Version="4.3.0" />
<PackageReference Include="MvvmLightLibs" Version="5.4.1.1" />
@@ -15,4 +13,6 @@
<PackageReference Include="PropertyChanged.Fody" Version="3.2.9" />
</ItemGroup>
<Import Project="..\SharedClientServer\SharedClientServer.projitems" Label="Shared" />
</Project>