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

Execute() 공개 메소드

public Execute ( object parameter = null ) : void
parameter object
리턴 void
        public override void Execute(object parameter = null)
        {
            if (!_viewModel.IsHistoryVisible)
            {
                _viewModel.SelectedTabIndex = 0;
            }
        }