Add tournament window

This commit is contained in:
2019-05-27 23:18:27 +02:00
parent c88465c083
commit 80893e55de
6 changed files with 84 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
using Caliburn.Micro;
namespace LaDOSE.DesktopApp.ViewModels
{
public class TournamentResultViewModel : Screen
{
public override string DisplayName => "Tournament Result";
}
}