C# Class KeyCommandsLab.Views.ShellViewModel

Inheritance: ViewModelBase
Datei anzeigen Open project: danielwertheim/InputBindingCommand-Lab

Public Methods

Method Description
NewWindow ( ) : void

Protected Methods

Method Description
GetInputBindingCommands ( ) : IEnumerable

Method Details

GetInputBindingCommands() protected method

protected GetInputBindingCommands ( ) : IEnumerable
return IEnumerable

NewWindow() public method

public NewWindow ( ) : void
return void