C# Class ScriptingIntro.HostObjectModel

Mostra file Open project: 2j2e/presentations

Public Methods

Method Description
AddCommand ( string name, System.Action commandImplementation ) : void
HostObjectModel ( MainWindow window ) : System

Method Details

AddCommand() public method

public AddCommand ( string name, System.Action commandImplementation ) : void
name string
commandImplementation System.Action
return void

HostObjectModel() public method

public HostObjectModel ( MainWindow window ) : System
window MainWindow
return System