C# Class AcManager.Pages.Windows.MainWindow.NavigateCommand

Inheritance: FirstFloor.ModernUI.Commands.CommandExt
Show file Open project: gro-ove/actools

Public Methods

Method Description
NavigateCommand ( MainWindow window, string key ) : System

Protected Methods

Method Description
CanExecuteOverride ( ) : bool
ExecuteOverride ( ) : void

Method Details

CanExecuteOverride() protected method

protected CanExecuteOverride ( ) : bool
return bool

ExecuteOverride() protected method

protected ExecuteOverride ( ) : void
return void

NavigateCommand() public method

public NavigateCommand ( MainWindow window, string key ) : System
window MainWindow
key string
return System