Arena.Commands.MenuItemCommands.PresentPlayersCommand.PresentPlayersCommand C# (CSharp) 메소드

PresentPlayersCommand() 공개 메소드

public PresentPlayersCommand ( MainWindowViewModel viewModel ) : System.Windows
viewModel Arena.ViewModels.MainWindowViewModel
리턴 System.Windows
        public PresentPlayersCommand(MainWindowViewModel viewModel)
        {
            _viewModel = viewModel;
        }