Files
Apollon/Apollon.WPF/ViewModels/NavBarTournamentDetailsViewModel.cs
Natlinux 4a47b178f4 CleanUp
2022-11-13 19:54:03 +01:00

17 lines
366 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;
namespace Apollon.WPF.ViewModels
{
public class NavBarTournamentDetailsViewModel : ViewModelBase
{
public ICommand NavigateNameListCommand { get;}
public ICommand GroupsCommand { get;}
}
}