C# Class ScriptingIntro.HostObjectModel

Afficher le fichier Open project: 2j2e/presentations

Méthodes publiques

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

Method Details

AddCommand() public méthode

public AddCommand ( string name, System.Action commandImplementation ) : void
name string
commandImplementation System.Action
Résultat void

HostObjectModel() public méthode

public HostObjectModel ( MainWindow window ) : System
window MainWindow
Résultat System