Arena.Commands.MenuItemCommands.FullScreenWindowCommand.FullScreenWindowCommand C# (CSharp) Method

FullScreenWindowCommand() public method

public FullScreenWindowCommand ( MainWindowViewModel viewModel ) : System.Windows
viewModel Arena.ViewModels.MainWindowViewModel
return System.Windows
        public FullScreenWindowCommand(MainWindowViewModel viewModel)
        {
            _viewModel = viewModel;
        }
FullScreenWindowCommand